aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/NegWidth.fir
blob: 3f305301eb872cd408c453f8be7932394fa44610 (plain)
1
2
3
4
5
6
7
; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s
; CHECK: Width cannot be negative.

circuit Top : 
  module Top : 
    wire x : UInt<-3>