- fixed cpu_rst

git-svn-id: http://moon:8086/svn/vhdl/trunk@1567 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 09:10:34 +00:00
parent 51899a014d
commit 7efce56819
3 changed files with 19 additions and 23 deletions
+2 -2
View File
@@ -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;