aboutsummaryrefslogtreecommitdiff
path: root/test/passes/jacktest/RegisterVecShift.fir
diff options
context:
space:
mode:
authorazidar2016-01-07 17:15:31 -0800
committerazidar2016-01-16 14:28:18 -0800
commit4569194392122ae4715549b2f0b9fffff051b278 (patch)
treeecd079cefa6fb69d1f8c75bc0e75e38599bc0da4 /test/passes/jacktest/RegisterVecShift.fir
parent2d583abda146dad8e0260928dcb19ad7136216b6 (diff)
Fixed a bunch of tests, and minor bugs
Diffstat (limited to 'test/passes/jacktest/RegisterVecShift.fir')
-rw-r--r--test/passes/jacktest/RegisterVecShift.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/jacktest/RegisterVecShift.fir b/test/passes/jacktest/RegisterVecShift.fir
index eb2a0f34..61376a62 100644
--- a/test/passes/jacktest/RegisterVecShift.fir
+++ b/test/passes/jacktest/RegisterVecShift.fir
@@ -9,7 +9,7 @@ circuit RegisterVecShift :
input shift : UInt<1>
input ins : UInt<4>[4]
- reg delays : UInt<4>[4],clk,reset
+ reg delays : UInt<4>[4],clk,reset,delays
when reset :
wire T_33 : UInt<4>[4]
T_33[0] <= UInt<4>(0)