aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/Top.fir
blob: 1029d502f1aef5f11d353e7796b2896a788c0df2 (plain)
1
2
3
4
5
6
7
8
9
; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s

; CHECK: A single module must be named Top.

circuit Top :
  module Top1 :
    wire x : UInt<1>
  module Top2 : 
    wire x : UInt<1>