From 4200cd5f7623dd93d9251d557148c6f3e7932fd4 Mon Sep 17 00:00:00 2001 From: Jean-Manuel Caba Date: Wed, 11 Aug 2010 00:19:30 +0000 Subject: [PATCH] add OA abutment box equivalent in design and cleaning ... --- crlcore/src/ccore/openaccess/test/Makefile | 7 ++++++- crlcore/src/ccore/openaccess/test/cds.lib | 4 ++++ crlcore/src/ccore/openaccess/test/sxlib2lef/Makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 crlcore/src/ccore/openaccess/test/cds.lib 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