aboutsummaryrefslogtreecommitdiff
path: root/test/performance/Vector1000.fir
blob: 767645bb6c957deaa2fd036dc00504fc3f1baf2f (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>[1000]
      output out : UInt<32>[1000]
      out <= in1