aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form/RemoveChar.fir
blob: 74c4a092c4b3df0917ef8bc07ef5eb24633fe780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
; CHECK: Done!

circuit Top :
  module Top :
    wire x_1 : UInt<1>
    x_1 := UInt(1)
    wire x : UInt<1>
    x := addw(addw(UInt(1),UInt(1)),UInt(1))