Skip to content

Commit fc19b7c

Browse files
author
Lukas Stasytis
committed
bugfix: tav trace copy (original) set comment in the rtlsim flow. Without these lines the flow will fail during final sizing!
1 parent 479b26e commit fc19b7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/finn/custom_op/fpgadataflow/hwcustomop.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ def accumulate_char_fxn(chrc, period_to_simulate, periods_to_store, period):
667667

668668
compressed_np_array_in = compress_numpy_to_string(all_txns_in)
669669
self.set_nodeattr("io_chrc_in", compressed_np_array_in)
670+
self.set_nodeattr("io_chrc_in_original", compressed_np_array_in)
671+
670672

671673
compressed_np_array_out = compress_numpy_to_string(all_txns_out)
672674
self.set_nodeattr("io_chrc_out", compressed_np_array_out)
675+
self.set_nodeattr("io_chrc_out_original", compressed_np_array_out)

0 commit comments

Comments
 (0)