mirror of https://github.com/efabless/caravel.git
fixed `make ship` target for new hierarchy
This commit is contained in:
parent
fe693f331e
commit
8b3a92349e
11
Makefile
11
Makefile
|
@ -118,24 +118,23 @@ __ship:
|
||||||
@sleep 1
|
@sleep 1
|
||||||
#### Runs from the CARAVEL_ROOT mag directory
|
#### Runs from the CARAVEL_ROOT mag directory
|
||||||
@echo "\
|
@echo "\
|
||||||
|
cd $(CARAVEL_ROOT)/mag; \
|
||||||
random seed `$(CARAVEL_ROOT)/scripts/set_user_id.py -report`; \
|
random seed `$(CARAVEL_ROOT)/scripts/set_user_id.py -report`; \
|
||||||
drc off; \
|
drc off; \
|
||||||
crashbackups stop; \
|
crashbackups stop; \
|
||||||
addpath hexdigits; \
|
addpath hexdigits; \
|
||||||
addpath $(CARAVEL_ROOT)/mag; \
|
addpath $(CARAVEL_ROOT)/mag; \
|
||||||
addpath $(UPRJ_ROOT)/mag; \
|
addpath $(UPRJ_ROOT)/mag; \
|
||||||
|
addpath $(MCW_ROOT)/mag; \
|
||||||
load user_project_wrapper; \
|
load user_project_wrapper; \
|
||||||
property LEFview true; \
|
property LEFview true; \
|
||||||
property GDS_FILE $(UPRJ_ROOT)/gds/user_project_wrapper.gds; \
|
property GDS_FILE $(UPRJ_ROOT)/gds/user_project_wrapper.gds; \
|
||||||
property GDS_START 0; \
|
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_programming; \
|
||||||
load $(UPRJ_ROOT)/mag/user_id_textblock; \
|
load $(UPRJ_ROOT)/mag/user_id_textblock; \
|
||||||
load ../maglef/simple_por; \
|
load $(CARAVEL_ROOT)/maglef/simple_por; \
|
||||||
load $(UPRJ_ROOT)/mag/caravel -dereference; \
|
load $(CARAVEL_ROOT)/mag/caravel_core; \
|
||||||
|
load $(CARAVEL_ROOT)/mag/caravel -dereference; \
|
||||||
select top cell; \
|
select top cell; \
|
||||||
expand; \
|
expand; \
|
||||||
cif *hier write disable; \
|
cif *hier write disable; \
|
||||||
|
|
Loading…
Reference in New Issue