aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/DirChange.fir
blob: 4c26650fe140731278fd67456bddaf8cf32b3c26 (plain)
1
2
3
4
5
6
7
8
9
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 : {test41 : UInt(5), test42 : UInt(5)}
    skip
;CHECK: Finished To Flo