blob: 95a8c4713b0929cbddafcaa1f9ec0cb08e92e4b5 (
plain)
1
2
3
4
5
6
7
8
|
; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s
; CHECK: Poison p cannot be a bundle type with flips.
circuit Flip-Poison :
module Flip-Poison :
input clk : Clock
poison p : {x : UInt<10>, flip y : UInt<10>}
|