1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

fpga/mqnic: Move implementation strategy setting into config.tcl

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-03-24 00:40:12 -07:00
parent 554369b33b
commit 7c6c39e446
15 changed files with 33 additions and 4 deletions

View File

@ -112,7 +112,6 @@ $(PROJECT).runs/synth_1/$(PROJECT).dcp: $(PROJECT).xpr $(SYN_FILES_REL) $(INC_FI
# implementation run
$(PROJECT).runs/impl_1/$(PROJECT)_routed.dcp: $(PROJECT).runs/synth_1/$(PROJECT).dcp
echo "open_project $(PROJECT).xpr" > run_impl.tcl
echo "set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]" >> run_impl.tcl
echo "reset_run impl_1" >> run_impl.tcl
echo "launch_runs -jobs 4 impl_1" >> run_impl.tcl
echo "wait_on_run impl_1" >> run_impl.tcl

View File

@ -279,3 +279,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -279,3 +279,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -279,3 +279,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -279,3 +279,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -112,7 +112,6 @@ $(PROJECT).runs/synth_1/$(PROJECT).dcp: $(PROJECT).xpr $(SYN_FILES_REL) $(INC_FI
# implementation run
$(PROJECT).runs/impl_1/$(PROJECT)_routed.dcp: $(PROJECT).runs/synth_1/$(PROJECT).dcp
echo "open_project $(PROJECT).xpr" > run_impl.tcl
echo "set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]" >> run_impl.tcl
echo "reset_run impl_1" >> run_impl.tcl
echo "launch_runs -jobs 4 impl_1" >> run_impl.tcl
echo "wait_on_run impl_1" >> run_impl.tcl

View File

@ -252,3 +252,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -252,3 +252,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -112,7 +112,6 @@ $(PROJECT).runs/synth_1/$(PROJECT).dcp: $(PROJECT).xpr $(SYN_FILES_REL) $(INC_FI
# implementation run
$(PROJECT).runs/impl_1/$(PROJECT)_routed.dcp: $(PROJECT).runs/synth_1/$(PROJECT).dcp
echo "open_project $(PROJECT).xpr" > run_impl.tcl
echo "set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]" >> run_impl.tcl
echo "reset_run impl_1" >> run_impl.tcl
echo "launch_runs -jobs 4 impl_1" >> run_impl.tcl
echo "wait_on_run impl_1" >> run_impl.tcl

View File

@ -252,3 +252,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -252,3 +252,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -112,7 +112,6 @@ $(PROJECT).runs/synth_1/$(PROJECT).dcp: $(PROJECT).xpr $(SYN_FILES_REL) $(INC_FI
# implementation run
$(PROJECT).runs/impl_1/$(PROJECT)_routed.dcp: $(PROJECT).runs/synth_1/$(PROJECT).dcp
echo "open_project $(PROJECT).xpr" > run_impl.tcl
echo "set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]" >> run_impl.tcl
echo "reset_run impl_1" >> run_impl.tcl
echo "launch_runs -jobs 4 impl_1" >> run_impl.tcl
echo "wait_on_run impl_1" >> run_impl.tcl

View File

@ -312,3 +312,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -312,3 +312,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

View File

@ -312,3 +312,6 @@ dict for {name value} $params {
# set_property generic $param_list [current_fileset]
set_property generic $param_list [get_filesets sources_1]
# set implementation strategy
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]