From c8ae7d0ba14cdc1d68f2dadd16ee08e250b71293 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Thu, 9 Apr 2020 01:42:50 +0100 Subject: [PATCH] [HLSCustomOp] add synth res attribute --- src/finn/custom_op/fpgadataflow/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/finn/custom_op/fpgadataflow/__init__.py b/src/finn/custom_op/fpgadataflow/__init__.py index c4ee7944c..4231be7c5 100644 --- a/src/finn/custom_op/fpgadataflow/__init__.py +++ b/src/finn/custom_op/fpgadataflow/__init__.py @@ -75,6 +75,7 @@ class HLSCustomOp(CustomOp): "rtlsim_trace": ("s", False, ""), "res_estimate": ("s", False, ""), "res_hls": ("s", False, ""), + "res_synth": ("s", False, ""), } def node_res_estimation(self): -- GitLab