mirror of https://github.com/efabless/caravel.git
testing make ship
This commit is contained in:
parent
3cf04b3e39
commit
257cb4587f
4
Makefile
4
Makefile
|
@ -121,7 +121,7 @@ __ship:
|
||||||
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 ../maglef/simple_por; \
|
||||||
load caravel -dereference; \
|
load $(UPRJ_ROOT)/mag/caravel -dereference; \
|
||||||
select top cell; \
|
select top cell; \
|
||||||
expand; \
|
expand; \
|
||||||
cif *hier write disable; \
|
cif *hier write disable; \
|
||||||
|
@ -170,7 +170,7 @@ __truck:
|
||||||
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 ../maglef/simple_por; \
|
||||||
load caravan -dereference; \
|
load $(UPRJ_ROOT)/mag/caravan -dereference; \
|
||||||
select top cell; \
|
select top cell; \
|
||||||
expand; \
|
expand; \
|
||||||
cif *hier write disable; \
|
cif *hier write disable; \
|
||||||
|
|
Loading…
Reference in New Issue