blob: 67fae14f9cf08fc621cd7bce04c3dbb6ec0551af (
plain)
1
2
3
4
5
6
|
; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s
; CHECK: Memory m cannot be a bundle type with flips.
circuit Flip-Mem :
module Flip-Mem :
mem m : {x : UInt<3>, flip y : UInt<5>}[10]
|