aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/two-when.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-whens/two-when.fir')
-rw-r--r--test/passes/expand-whens/two-when.fir3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/passes/expand-whens/two-when.fir b/test/passes/expand-whens/two-when.fir
index b6c98263..2203f25e 100644
--- a/test/passes/expand-whens/two-when.fir
+++ b/test/passes/expand-whens/two-when.fir
@@ -3,7 +3,8 @@
; CHECK: Expand Whens
circuit top :
module top :
- cmem m :{ x : UInt<1>, y : UInt<1> }[2]
+ input clk : Clock
+ cmem m :{ x : UInt<1>, y : UInt<1> }[2], clk
wire i : UInt<1>
i := UInt(1)
wire p : UInt<1>