Skip to content
Snippets Groups Projects
Commit b85527dc authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Stopping clocks on tb_end.

parent 89c571da
No related branches found
No related tags found
No related merge requests found
...@@ -81,9 +81,9 @@ BEGIN ...@@ -81,9 +81,9 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- System setup -- System setup
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
clk <= NOT clk AFTER c_clk_period/2; -- External clock (200 MHz) clk <= NOT clk OR tb_end AFTER c_clk_period/2; -- External clock (200 MHz)
eth_clk <= NOT eth_clk AFTER c_eth_clk_period/2; -- Ethernet ref clock (25 MHz) eth_clk <= NOT eth_clk OR tb_end AFTER c_eth_clk_period/2; -- Ethernet ref clock (25 MHz)
sa_clk <= NOT sa_clk AFTER c_sa_clk_period/2; sa_clk <= NOT sa_clk OR tb_end AFTER c_sa_clk_period/2;
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
-- External PPS -- External PPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment