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

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