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>