testing make ship

This commit is contained in:
jeffdi 2021-11-29 15:05:08 -08:00
parent 3cf04b3e39
commit 257cb4587f
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ __ship:
load $(UPRJ_ROOT)/mag/user_id_programming; \
load $(UPRJ_ROOT)/mag/user_id_textblock; \
load ../maglef/simple_por; \
load caravel -dereference; \
load $(UPRJ_ROOT)/mag/caravel -dereference; \
select top cell; \
expand; \
cif *hier write disable; \
@ -170,7 +170,7 @@ __truck:
load $(UPRJ_ROOT)/mag/user_id_programming; \
load $(UPRJ_ROOT)/mag/user_id_textblock; \
load ../maglef/simple_por; \
load caravan -dereference; \
load $(UPRJ_ROOT)/mag/caravan -dereference; \
select top cell; \
expand; \
cif *hier write disable; \