mirror of
https://github.com/YosysHQ/sby.git
synced 2025-12-28 07:46:38 +00:00
Syntax
This commit is contained in:
parent
358ccf3ab6
commit
1ee552a502
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ module DUT (
|
|||
|
||||
// Deterministic initial state
|
||||
initial begin
|
||||
reqs_seen = 2'b00;
|
||||
reqs_seen = 2'b0;
|
||||
cycle_count = 32'b0;
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue