aboutsummaryrefslogtreecommitdiff
path: root/test/performance/Vector2000.fir
blob: fa67732e3256862f9519f42a29e131d85bd1a148 (plain)
1
2
3
4
5
6
7
; RUN: firrtl -i %s -o %s.v -X verilog 2>&1 | tee %s.out | FileCheck %s
; CHECK: Done!
circuit Top :
   module Top :
      input in1 : UInt<32>[2000]
      output out : UInt<32>[2000]
      out := in1