Skip to content

Commit 6072c9f

Browse files
authored
Merge pull request #1243 from Pinata-Consulting/makefile-add-gui-synth-target
makefile: add gui_synth target
2 parents bf7e2bc + 45f96fc commit 6072c9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,10 @@ RESULTS_OAS = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.oas)))
858858
$(foreach file,$(RESULTS_DEF) $(RESULTS_GDS) $(RESULTS_OAS),klayout_$(file)): klayout_%: $(OBJECTS_DIR)/klayout.lyt
859859
$(KLAYOUT_CMD) -nn $(OBJECTS_DIR)/klayout.lyt $(RESULTS_DIR)/$*
860860

861+
.PHONY: gui_synth
862+
gui_synth:
863+
$(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/sta-synth.tcl
864+
861865
.PHONY: gui_floorplan
862866
gui_floorplan: gui_2_floorplan.odb
863867
.PHONY: gui_place

flow/scripts/sta-synth.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source $::env(SCRIPTS_DIR)/load.tcl
2+
load_design 1_synth.v 1_synth.sdc "Loading synthesis results"

0 commit comments

Comments
 (0)