aboutsummaryrefslogtreecommitdiff
path: root/test/passes/jacktest/ModuleVec.fir
diff options
context:
space:
mode:
authorazidar2015-07-13 16:22:43 -0700
committerazidar2015-07-14 11:29:55 -0700
commit271e1bf5ed56847c1ce7d50bdb7f1db9ccc5ea55 (patch)
tree8b1cdfcfc97a9710bd1bc5be973578f712cfa253 /test/passes/jacktest/ModuleVec.fir
parent0bfb3618b654a4082cc2780887b3ca32e374f455 (diff)
Added tests for clocks. Added remove scope and special chars passes. Added tests. Made more tests pass
Diffstat (limited to 'test/passes/jacktest/ModuleVec.fir')
-rw-r--r--test/passes/jacktest/ModuleVec.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/jacktest/ModuleVec.fir b/test/passes/jacktest/ModuleVec.fir
index 04c119a1..2fde69f3 100644
--- a/test/passes/jacktest/ModuleVec.fir
+++ b/test/passes/jacktest/ModuleVec.fir
@@ -5,13 +5,13 @@ circuit ModuleVec :
input in : UInt<32>
output out : UInt<32>
- node T_33 = add-wrap(in, UInt<1>(1))
+ node T_33 = addw(in, UInt<1>(1))
out := T_33
module PlusOne_25 :
input in : UInt<32>
output out : UInt<32>
- node T_34 = add-wrap(in, UInt<1>(1))
+ node T_34 = addw(in, UInt<1>(1))
out := T_34
module ModuleVec :
input ins : UInt<32>[2]