Skip to content

Commit 58389c7

Browse files
committed
Update waveform file for combinational adder in monitor/tests
1 parent 4e87e05 commit 58389c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1 Byte
Binary file not shown.

monitor/tests/adders/add_combinational.prot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ARGS: --wave adders/add_combinational.fst --instances adder_d0:Adder
1+
// ARGS: --wave adders/add_combinational.fst --instances add_d0:Adder
22
struct Adder {
33
in a: u32,
44
in b: u32,

0 commit comments

Comments
 (0)