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 Feb 9, 2024
1 parent 08d71dd commit b915d02
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 @@ -63,7 +63,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 b915d02

Please sign in to comment.