diff options
Diffstat (limited to 'test/performance/Vector1000.fir')
| -rw-r--r-- | test/performance/Vector1000.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/Vector1000.fir b/test/performance/Vector1000.fir index f5f15a57..767645bb 100644 --- a/test/performance/Vector1000.fir +++ b/test/performance/Vector1000.fir @@ -4,4 +4,4 @@ circuit Top : module Top : input in1 : UInt<32>[1000] output out : UInt<32>[1000] - out := in1 + out <= in1 |
