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


PLXSIM VHDL reference - plxsim_wait_cycles

Declaration

Synopsis

Description

Declaration
procedure plxsim_wait_cycles(
           n          : in    natural;
    signal bus_in     : in    locbus_in_t);
Synopsis

Waits for the specified number of local bus clock cycles.

Description

Call this procedure to wait for a number of local bus clock cycles. The parameter n specifies the number of cycles.

 


 Top of page