aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/Prefix.fir
blob: 17be36f681075cf95d9239e01d038390275c0e8b (plain)
1
2
3
4
5
6
7
8
9
; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s
; CHECK: Reference x$y and x share a prefix.

circuit Top :
  module Top :
    wire x : UInt<1>
    wire x$y : UInt<2>