From e6beb7b3bbb745a7c7fde616bb349df1bdb7b764 Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Mon, 13 Apr 2015 18:24:37 -0700 Subject: new chisel3 tests --- test/chisel3/VecApp.fir | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/chisel3/VecApp.fir (limited to 'test/chisel3/VecApp.fir') diff --git a/test/chisel3/VecApp.fir b/test/chisel3/VecApp.fir new file mode 100644 index 00000000..6b2bc21d --- /dev/null +++ b/test/chisel3/VecApp.fir @@ -0,0 +1,8 @@ +circuit VecApp : + module VecApp : + input a : UInt(4) + input i : UInt(8)[4] + output d : UInt(8) + + accessor T_13 = i[a] + d := T_13 \ No newline at end of file -- cgit v1.2.3