aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/integration/RightShiftTester.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/RightShiftTester.fir b/test/integration/RightShiftTester.fir
index f15a1239..d85757b8 100644
--- a/test/integration/RightShiftTester.fir
+++ b/test/integration/RightShiftTester.fir
@@ -37,8 +37,8 @@ circuit RightShiftTester :
dut.clock <= clock
dut.reset <= reset
reg T_6 : UInt<2>, clock with : (reset => (reset, UInt<2>("h00")))
+ node T_8 = eq(T_6, UInt<2>("h03"))
when UInt<1>("h01") :
- node T_8 = eq(T_6, UInt<2>("h03"))
node T_10 = and(UInt<1>("h00"), T_8)
node T_13 = add(T_6, UInt<1>("h01"))
node T_14 = tail(T_13, 1)