aboutsummaryrefslogtreecommitdiff
path: root/test/features/EmptyStmt.fir
blob: c3bd894a285317cb94429834b65acd9d9bac138e (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s
;CHECK: Done!
circuit Top : 
   module Top :
      skip
      when UInt(1) :
         skip
      else :
         skip
      skip