3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-02-22 03:07:38 +00:00

Fix bitwidths

This commit is contained in:
Gus Smith 2026-01-21 08:20:00 -08:00
parent fcba8d3780
commit 5e6e984a67

View file

@ -6,8 +6,8 @@ module DUT (
`ifdef FORMAL
logic [1:0] reqs_seen;
logic [1:0] acks_seen;
logic [31:0] reqs_seen;
logic [31:0] acks_seen;
logic [31:0] cycle_count;
// Deterministic initial state