aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/NegVecSize.fir
blob: 16fae5656b7a1739d8baf9e997ccca589382a35c (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: Vector type size cannot be negative

circuit Top : 
  module Top : 
    wire x : UInt<3>[-5]