mirror of https://github.com/efabless/caravel.git
Modified the Makefile so that "make lvs-gds-" works better (maybe
not perfectly) when run on chip-io or anything with a pad cell.
This commit is contained in:
parent
27fdba364b
commit
112ed53751
4
Makefile
4
Makefile
|
@ -313,7 +313,9 @@ LVS_GDS_BLOCKS = $(foreach block, $(BLOCKS), lvs-gds-$(block))
|
|||
$(LVS_GDS_BLOCKS): lvs-gds-% : ./gds/%.gds ./verilog/gl/%.v
|
||||
echo "Extracting $*"
|
||||
mkdir -p ./gds/tmp
|
||||
echo "gds read ./$*.gds;\
|
||||
echo " gds flatglob \"*_example_*\";\
|
||||
gds flatten true;\
|
||||
gds read ./$*.gds;\
|
||||
load $* -dereference;\
|
||||
select top cell;\
|
||||
extract no all;\
|
||||
|
|
Loading…
Reference in New Issue