aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/Prefix.fir
blob: ed5245b3ae5c7a56220effed3d15d662a17b6fc5 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | 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>