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