aboutsummaryrefslogtreecommitdiff
path: root/test/errors/parser/Statements-in-Circuit.fir
blob: 5f675e829c76f404ebe5644f91e6c13b648ef903 (plain)
1
2
3
4
5
; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s
; CHECK: FIRRTL Parsing Error: Expected a module declaration here.

circuit Statement-in-Circuit : 
   node x : UInt(1)