aboutsummaryrefslogtreecommitdiff
path: root/test/performance/Vector2000.fir
blob: 06a4eb133ba5f6581a75b6f3b4a5c88098165dd6 (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