3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-12-28 07:46:38 +00:00
This commit is contained in:
Gus Smith 2025-12-15 12:41:38 -08:00
parent 358ccf3ab6
commit 1ee552a502

View file

@ -11,7 +11,7 @@ module DUT (
// Deterministic initial state
initial begin
reqs_seen = 2'b00;
reqs_seen = 2'b0;
cycle_count = 32'b0;
end