diff --git a/crlcore/src/ccore/openaccess/test/Makefile b/crlcore/src/ccore/openaccess/test/Makefile index 7425587a..38608cb4 100644 --- a/crlcore/src/ccore/openaccess/test/Makefile +++ b/crlcore/src/ccore/openaccess/test/Makefile @@ -2,6 +2,11 @@ TESTDIR= ./testOA TECHNOFILE= /asim/chams/etc/chams/config.freePDK45.xml +all: compile lefTest run + +lefTest: + cd sxlib2lef && make + compile: ./compile.sh @@ -28,4 +33,4 @@ clean: rm -rf x86_64 -.PHONY: clean mrproper valgrind ddd debug run compile +.PHONY: clean mrproper valgrind ddd debug run compile all lefTest diff --git a/crlcore/src/ccore/openaccess/test/cds.lib b/crlcore/src/ccore/openaccess/test/cds.lib new file mode 100644 index 00000000..1f09f42c --- /dev/null +++ b/crlcore/src/ccore/openaccess/test/cds.lib @@ -0,0 +1,4 @@ +DEFINE WorkLibrary /dsk/l1/misc/caba/coriolis-2.x/src/crlcore/src/ccore/openaccess/test/testOA/OAdrive/WorkLibrary +DEFINE myCM_Library /dsk/l1/misc/caba/coriolis-2.x/src/crlcore/src/ccore/openaccess/test/testOA/OAdrive/myCM_Library +DEFINE sxlibFromOA /dsk/l1/misc/caba/coriolis-2.x/src/crlcore/src/ccore/openaccess/test/testOA/OAdrive/sxlib +DEFINE sxlibFromLef /dsk/l1/misc/caba/coriolis-2.x/src/crlcore/src/ccore/openaccess/test/sxlib2lef/sxlib diff --git a/crlcore/src/ccore/openaccess/test/sxlib2lef/Makefile b/crlcore/src/ccore/openaccess/test/sxlib2lef/Makefile index 8109681a..03f27e8c 100644 --- a/crlcore/src/ccore/openaccess/test/sxlib2lef/Makefile +++ b/crlcore/src/ccore/openaccess/test/sxlib2lef/Makefile @@ -8,7 +8,7 @@ sxlib.lef: cp sxlib.lef sxlib.lef.bak mrproper: clean - rm -rf sxlib cds.lib .cadence + rm -rf sxlib cds.lib .cadence .oalib clean: rm -rf *.log *.slog *~ encounter* *.lef