aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/reg-dwc.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-whens/reg-dwc.fir')
-rw-r--r--test/passes/expand-whens/reg-dwc.fir3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/passes/expand-whens/reg-dwc.fir b/test/passes/expand-whens/reg-dwc.fir
index 024b527c..e8267861 100644
--- a/test/passes/expand-whens/reg-dwc.fir
+++ b/test/passes/expand-whens/reg-dwc.fir
@@ -5,7 +5,8 @@ circuit top :
input reset : UInt<1>
wire p : UInt
p <= UInt(1)
- reg r : UInt,clk,reset,r
+ reg r : UInt,clk with :
+ reset => (reset,r)
when p :
r <= UInt(2)