VHDL-verification
Package to ease directed testing of HDL entities
|
Architecture is based on two different non-synthesizable processes to manage clk
and rst
.
More...
Architecture is based on two different non-synthesizable processes to manage clk
and rst
.
A process is dedicated to toggle clk
while endsim
is not '1'
, and another one manages rst
Definition at line 33 of file clkmanager.vhd.
Processes | |
clk_process | ( ) |
Manage clk. | |
rst_process | ( ) |
Manage reset. |
|
Process |
Manage clk.
To stop the simulation without a failure message, stop toggling the clk when endsim = '1',
Definition at line 56 of file clkmanager.vhd.
|
Process |
Manage reset.
Sets rst to RST_ACTIVE_VALUE for CLK_PERIOD*RST_CYCLES and toggles it to NOT RST_ACTIVE_VALUE after that time
Definition at line 72 of file clkmanager.vhd.