fixed `make ship` target for new hierarchy

This commit is contained in:
marwaneltoukhy 2023-03-08 13:40:45 +02:00
parent fe693f331e
commit 8b3a92349e
1 changed files with 5 additions and 6 deletions

View File

@ -118,24 +118,23 @@ __ship:
@sleep 1
#### Runs from the CARAVEL_ROOT mag directory
@echo "\
cd $(CARAVEL_ROOT)/mag; \
random seed `$(CARAVEL_ROOT)/scripts/set_user_id.py -report`; \
drc off; \
crashbackups stop; \
addpath hexdigits; \
addpath $(CARAVEL_ROOT)/mag; \
addpath $(UPRJ_ROOT)/mag; \
addpath $(MCW_ROOT)/mag; \
load user_project_wrapper; \
property LEFview true; \
property GDS_FILE $(UPRJ_ROOT)/gds/user_project_wrapper.gds; \
property GDS_START 0; \
load mgmt_core_wrapper; \
property LEFview true; \
property GDS_FILE $(MCW_ROOT)/gds/mgmt_core_wrapper.gds; \
property GDS_START 0; \
load $(UPRJ_ROOT)/mag/user_id_programming; \
load $(UPRJ_ROOT)/mag/user_id_textblock; \
load ../maglef/simple_por; \
load $(UPRJ_ROOT)/mag/caravel -dereference; \
load $(CARAVEL_ROOT)/maglef/simple_por; \
load $(CARAVEL_ROOT)/mag/caravel_core; \
load $(CARAVEL_ROOT)/mag/caravel -dereference; \
select top cell; \
expand; \
cif *hier write disable; \