aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/DirChange.fir
diff options
context:
space:
mode:
authorazidar2015-04-16 17:05:46 -0700
committerazidar2015-04-16 17:05:46 -0700
commit06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (patch)
tree5023aa9aa4e944d9b3911a8dddf43ece6f6f1455 /test/chisel3/DirChange.fir
parent5dfc741fd04c7fa357b976b57086d67244d3d22a (diff)
Updated parser to correctly read empty statements
Diffstat (limited to 'test/chisel3/DirChange.fir')
-rw-r--r--test/chisel3/DirChange.fir7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/chisel3/DirChange.fir b/test/chisel3/DirChange.fir
index c948dc85..4c26650f 100644
--- a/test/chisel3/DirChange.fir
+++ b/test/chisel3/DirChange.fir
@@ -1,7 +1,10 @@
+;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 : {output test41 : UInt(5), output test42 : UInt(5)}
- skip \ No newline at end of file
+ output test4 : {test41 : UInt(5), test42 : UInt(5)}
+ skip
+;CHECK: Finished To Flo