From b915d02307cfac42a85c1155aec7eb6b28c9ec4f Mon Sep 17 00:00:00 2001 From: Christoph Berganski Date: Fri, 9 Feb 2024 16:39:20 +0100 Subject: [PATCH] DSP48 should simply be reported as DSP --- src/finn/analysis/fpgadataflow/post_synth_res.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finn/analysis/fpgadataflow/post_synth_res.py b/src/finn/analysis/fpgadataflow/post_synth_res.py index 3c4d4ad418..8ce025c38d 100644 --- a/src/finn/analysis/fpgadataflow/post_synth_res.py +++ b/src/finn/analysis/fpgadataflow/post_synth_res.py @@ -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,