1
0

make sure clocks and reset signals get intialized properly

This commit is contained in:
Howard Mao
2016-06-08 10:03:53 -07:00
parent 99b257316e
commit a809a1712a
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ module rocketTestHarness;
reg clk = 1'b0;
reg reset = 1'b1;
reg r_reset;
reg r_reset = 1'b1;
reg start = 1'b0;
always #`CLOCK_PERIOD clk = ~clk;