aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/wacc-wdc.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-whens/wacc-wdc.fir')
-rw-r--r--test/passes/expand-whens/wacc-wdc.fir3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/passes/expand-whens/wacc-wdc.fir b/test/passes/expand-whens/wacc-wdc.fir
index 6e407178..653a3e88 100644
--- a/test/passes/expand-whens/wacc-wdc.fir
+++ b/test/passes/expand-whens/wacc-wdc.fir
@@ -1,8 +1,9 @@
; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s
circuit top :
module top :
+ input clk : Clock
wire p : UInt
- cmem m : UInt<4>[10]
+ cmem m : UInt<4>[10], clk
p := UInt(1)
when p :
write accessor a = m[UInt(3)]