From 10889681169bc6ce9f8dc0c3134e9880b9d42539 Mon Sep 17 00:00:00 2001 From: Kishor <61860672+kkumar23@users.noreply.github.com> Date: Thu, 23 Sep 2021 19:04:04 +0530 Subject: [PATCH] replace opt_rmdff --- openfpga_flow/misc/ys_tmpl_yosys_vpr_dsp_flow.ys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openfpga_flow/misc/ys_tmpl_yosys_vpr_dsp_flow.ys b/openfpga_flow/misc/ys_tmpl_yosys_vpr_dsp_flow.ys index 849ea9811..776446515 100644 --- a/openfpga_flow/misc/ys_tmpl_yosys_vpr_dsp_flow.ys +++ b/openfpga_flow/misc/ys_tmpl_yosys_vpr_dsp_flow.ys @@ -74,7 +74,7 @@ opt_expr -mux_undef simplemap opt_expr opt_merge -opt_rmdff +dfflegalize -cell $_DFF_P_ 0 -cell $_DFF_P??_ 0 -cell $_DFF_N_ 0 -cell $_DFF_N??_ 0 opt_clean opt @@ -93,4 +93,4 @@ stat # Output netlists ######################### opt_clean -purge -write_blif ${OUTPUT_BLIF} \ No newline at end of file +write_blif ${OUTPUT_BLIF}