Skip to content

Commit

Permalink
[rocketv] Reset requires multiple cycles.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Aug 14, 2024
1 parent 48605b2 commit b269e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1rocketemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TestBench(generator: SerializableModuleGenerator[T1RocketTile, T1RocketTil
| clock = 1'b0;
| reset = 1'b1;
| end
| initial #(11) reset = 1'b0;
| initial #(100) reset = 1'b0;
| always #10 clock = ~clock;
|endmodule
|""".stripMargin
Expand Down

0 comments on commit b269e1e

Please sign in to comment.