From df4bae5c7a95d3a56f95d86212f083b7ba121da7 Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 7 Jul 2015 10:13:29 -0700 Subject: Pass most tests. The ones that do not pass are not expected to, yet --- test/chisel3/MemorySearch.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/chisel3/MemorySearch.fir') diff --git a/test/chisel3/MemorySearch.fir b/test/chisel3/MemorySearch.fir index a0cc0b7d..fec082c0 100644 --- a/test/chisel3/MemorySearch.fir +++ b/test/chisel3/MemorySearch.fir @@ -18,7 +18,7 @@ circuit MemorySearch : elts[4] := UInt<4>(2) elts[5] := UInt<4>(5) elts[6] := UInt<4>(13) - accessor elt = elts[index] + infer accessor elt = elts[index] node T_35 = bit-not(en) node T_36 = eq(elt, target) node T_37 = eq(index, UInt<3>(7)) -- cgit v1.2.3