aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/Rom.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/chisel3/Rom.fir')
-rw-r--r--test/chisel3/Rom.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chisel3/Rom.fir b/test/chisel3/Rom.fir
index 1c19d9b3..f91593a4 100644
--- a/test/chisel3/Rom.fir
+++ b/test/chisel3/Rom.fir
@@ -23,5 +23,5 @@ circuit Rom :
r[13] := UInt<5>(26)
r[14] := UInt<5>(28)
r[15] := UInt<5>(30)
- accessor T_39 = r[addr]
+ infer accessor T_39 = r[addr]
out := T_39