aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/DirChange.fir
diff options
context:
space:
mode:
authorazidar2015-04-20 12:08:10 -0700
committerazidar2015-04-20 12:08:10 -0700
commit7617e33993abf9f6be357e0261755a4736c2e085 (patch)
treea8a32a3e0d731b49173f1c6f02056aea20902ada /test/chisel3/DirChange.fir
parent130c6676418e85d5d4dd12a0f0845e912eda8c3e (diff)
Fixed tests to use new execution arguments. Added and fixed chisel3 bugs
Diffstat (limited to 'test/chisel3/DirChange.fir')
-rw-r--r--test/chisel3/DirChange.fir10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/chisel3/DirChange.fir b/test/chisel3/DirChange.fir
deleted file mode 100644
index 4c26650f..00000000
--- a/test/chisel3/DirChange.fir
+++ /dev/null
@@ -1,10 +0,0 @@
-;RUN: firrtl %s abcefghipjklmno c | tee %s.out | FileCheck %s
-;CHECK: To Flo
-circuit DirChange :
- module DirChange :
- input test1 : UInt(5)
- output test2 : UInt(5)
- input test3 : UInt(2)[10]
- output test4 : {test41 : UInt(5), test42 : UInt(5)}
- skip
-;CHECK: Finished To Flo