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:
parent
554369b33b
commit
7c6c39e446
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user