From de85cfd296e5f837366280d3781c228e107c883a Mon Sep 17 00:00:00 2001 From: wgulian3 Date: Wed, 19 Feb 2020 17:33:51 -0500 Subject: [PATCH] fix clean build with makefile --- rtl/quartus/Makefile | 3 ++- rtl/quartus/make_pins_virtual.tcl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rtl/quartus/Makefile b/rtl/quartus/Makefile index bffde5d8..b968c608 100644 --- a/rtl/quartus/Makefile +++ b/rtl/quartus/Makefile @@ -32,8 +32,9 @@ smart: smart.log STAMP = echo done > $(PROJECT).syn.rpt: syn.chg $(SOURCE_FILES) - $(QUARTUS_ROOT)/quartus/bin/quartus_syn $(PROJECT) $(SYN_ARGS) $(QUARTUS_ROOT)/quartus/bin/quartus_sh -t make_pins_virtual.tcl + $(QUARTUS_ROOT)/quartus/bin/quartus_syn $(PROJECT) $(SYN_ARGS) + # $(QUARTUS_ROOT)/quartus/bin/quartus_sh -t make_pins_virtual.tcl $(STAMP) fit.chg $(PROJECT).fit.rpt: fit.chg $(PROJECT).syn.rpt diff --git a/rtl/quartus/make_pins_virtual.tcl b/rtl/quartus/make_pins_virtual.tcl index b1c3e8ab..976e639d 100644 --- a/rtl/quartus/make_pins_virtual.tcl +++ b/rtl/quartus/make_pins_virtual.tcl @@ -7,7 +7,7 @@ project_open Vortex proc make_all_pins_virtual { args } { remove_all_instance_assignments -name VIRTUAL_PIN - # execute_module -tool map + execute_module -tool map set name_ids [get_names -filter * -node_type pin] foreach_in_collection name_id $name_ids {