Skip to content

Commit

Permalink
DSP48 should simply be reported as DSP
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Apr 3, 2024
1 parent 5f1f80a commit f2aa440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finn/analysis/fpgadataflow/post_synth_res.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def post_synth_res(model, override_synth_report_filename=None):
"FF": 6,
"BRAM_36K": 7,
"BRAM_18K": 8,
"DSP48": 10,
"DSP": 10,
}
restype_to_ind_vitis = {
"LUT": 4,
Expand Down

0 comments on commit f2aa440

Please sign in to comment.