Skip to content

Commit

Permalink
Wed Sep 11 04:39:36 PM PDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrantxiao24 committed Sep 11, 2024
1 parent dbf4a9e commit 3a0a7ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions benchmarks/tapa_flow/orcDecoder/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
# "URAM": 0,
# "DSP": 0,
# }
factory.reduce_slot_area(1, 0, lut=5000 * 16, ff=6500 * 16)
factory.reduce_slot_area(0, 0, lut=5000 * 13, ff=6500 * 13)
factory.reduce_slot_area(0, 0, lut=150800)
factory.reduce_slot_area(0, 1, lut=146960)
factory.reduce_slot_area(0, 2, lut=146960)
factory.reduce_slot_area(1, 0, lut=128000)
factory.reduce_slot_area(1, 1, lut=107840)
factory.reduce_slot_area(1, 2, lut=115120)


# For this U280 platform, the right most DSP column on the boundary between
# dynamic/static region is not usable. So we need to adjust the DSP count
Expand Down

0 comments on commit 3a0a7ef

Please sign in to comment.