ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


PLXSIM VHDL reference - locbus_in_t

Declaration

Synopsis

Description

Declaration
type locbus_in_t is record
    ....
end record;
Synopsis

locbus_in_t is an opaque record type used to bundle together the signals required for local bus transfers.

Description

A locbus_agent_nonmux, locbus_agent_mux32 or locbus_agent_mux64 component, connected to the local bus, outputs a signal of type locbus_in_t. The stimulus process then uses this signal in calls to the procedures provided by the PLXSIM package in order to perform local bus transfers. The arrangement is shown here in simplified form:

The following procedures input a signal of type locbus_in_t:

Since it is an opaque datatype, the members of locbus_in_t should not be accessed, as they are subject to change in future versions of the PLXSIM package.

 


 Top of page