- fixed cpu_rst
git-svn-id: http://moon:8086/svn/vhdl/trunk@1567 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -68,7 +68,7 @@ ARCHITECTURE behavior OF tb_vga_ctrl IS
|
||||
END COMPONENT;
|
||||
|
||||
--Constants
|
||||
constant PERIOD : time := 9.9304865938430983118172790466733 ns;
|
||||
constant PERIOD : time := 10 ns;
|
||||
|
||||
--Inputs
|
||||
SIGNAL sys_rst_in : std_logic := '1';
|
||||
@@ -139,7 +139,7 @@ BEGIN
|
||||
BEGIN
|
||||
|
||||
-- Wait 100 ns for global reset to finish
|
||||
wait for 20*PERIOD;
|
||||
wait for 100*PERIOD;
|
||||
sys_rst_in <= '0';
|
||||
|
||||
wait for PERIOD;
|
||||
|
||||
Reference in New Issue
Block a user