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