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
|
||||
#### 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; \
|
||||
|
|
Loading…
Reference in New Issue