From 3c657036951a7e83e03ed89bcde17e821e3b1c1b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 18 May 2010 15:04:34 +0000 Subject: [PATCH] * All tools: - Change: take account of the renaming "io" -> "vlsisapd". --- crlcore/CMakeLists.txt | 4 ++-- crlcore/src/ccore/agds/AgdsDriver.cpp | 8 ++++---- crlcore/src/ccore/cif/CifDriver.cpp | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/crlcore/CMakeLists.txt b/crlcore/CMakeLists.txt index 8e59daf6..8b2807c5 100644 --- a/crlcore/CMakeLists.txt +++ b/crlcore/CMakeLists.txt @@ -26,7 +26,7 @@ MACRO(SETUP_PROJECT_PATHS project) LIST(REMOVE_DUPLICATES CMAKE_MODULE_PATH) ENDMACRO(SETUP_PROJECT_PATHS project) -SETUP_PROJECT_PATHS(IO) +SETUP_PROJECT_PATHS(VLSISAPD) SETUP_PROJECT_PATHS(CORIOLIS) MESSAGE("-- Components of CMAKE_MODULE_PATH:") @@ -45,7 +45,7 @@ FIND_PACKAGE(BISON REQUIRED) FIND_PACKAGE(FLEX REQUIRED) FIND_PACKAGE(LEFDEF) FIND_PACKAGE(OPENACCESS) -FIND_PACKAGE(IO REQUIRED) +FIND_PACKAGE(VLSISAPD REQUIRED) FIND_PACKAGE(HURRICANE REQUIRED) SET_LIB_LINK_MODE() diff --git a/crlcore/src/ccore/agds/AgdsDriver.cpp b/crlcore/src/ccore/agds/AgdsDriver.cpp index d44b724d..5f8d47fb 100644 --- a/crlcore/src/ccore/agds/AgdsDriver.cpp +++ b/crlcore/src/ccore/agds/AgdsDriver.cpp @@ -21,10 +21,10 @@ using namespace std; #include "hurricane/Query.h" using namespace Hurricane; -#include "io/agds/GdsLibrary.h" -#include "io/agds/GdsStructure.h" -#include "io/agds/GdsRectangle.h" -using namespace IO; +#include "vlsisapd/agds/GdsLibrary.h" +#include "vlsisapd/agds/GdsStructure.h" +#include "vlsisapd/agds/GdsRectangle.h" +using namespace vlsisapd; #include "Agds.h" diff --git a/crlcore/src/ccore/cif/CifDriver.cpp b/crlcore/src/ccore/cif/CifDriver.cpp index 926f5cc8..5c9eb6f8 100644 --- a/crlcore/src/ccore/cif/CifDriver.cpp +++ b/crlcore/src/ccore/cif/CifDriver.cpp @@ -21,9 +21,9 @@ using namespace std; #include "hurricane/Query.h" using namespace Hurricane; -#include "io/cif/CifCircuit.h" -#include "io/cif/CifPolygon.h" -using namespace IO; +#include "vlsisapd/cif/CifCircuit.h" +#include "vlsisapd/cif/CifPolygon.h" +using namespace vlsisapd; #include "Cif.h"