Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MiniEDA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
MiniEDA
Commits
61411121
Commit
61411121
authored
Nov 22, 2022
by
lvzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move Exception.i
parent
aff051ea
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
4 deletions
+10
-4
src/main/CMakeLists.txt
+1
-0
src/main/MiniEda.i
+1
-1
src/odb/src/db/odb.tcl
+3
-0
src/odb/src/swig/tcl/CMakeLists.txt
+1
-0
src/odb/src/swig/tcl/dbenums.i
+1
-1
src/utl/CMakeLists.txt
+2
-1
src/utl/Exception.i
+0
-0
src/utl/src/Logger.i
+1
-1
src/utl/src/Util.tcl
+0
-0
No files found.
src/main/CMakeLists.txt
View file @
61411121
...
...
@@ -17,6 +17,7 @@ swig_lib(NAME minieda_swig
NAMESPACE eda
I_FILE MiniEda.i
SCRIPTS MiniEda.tcl
SWIG_INCLUDES
${
MINIEDA_HOME
}
/src/utl
)
target_link_libraries
(
minieda_swig
...
...
src/main/MiniEda.i
View file @
61411121
...
...
@@ -44,7 +44,7 @@ using eda::getDb;
////////////////////////////////////////////////////////////////
#ifdef SWIGTCL
%include "../Exception.i"
//
%include "../Exception.i"
// %typemap(in) utl::ToolId {
// int length;
...
...
src/odb/src/db/odb.tcl
View file @
61411121
#### MiniEDA NOTE ####
#### DEPRECATE THIS FILE ####
sta::define_cmd_args
"create_physical_cluster"
{
cluster_name
}
...
...
src/odb/src/swig/tcl/CMakeLists.txt
View file @
61411121
...
...
@@ -5,6 +5,7 @@ swig_lib(NAME odbtcl
I_FILE ../common/odb.i
SWIG_INCLUDES
${
PROJECT_SOURCE_DIR
}
/include
${
PROJECT_SOURCE_DIR
}
/src/swig/tcl
${
MINIEDA_HOME
}
/src/utl
)
target_include_directories
(
odbtcl
...
...
src/odb/src/swig/tcl/dbenums.i
View file @
61411121
%include "../../../../Exception.i"
//
%include "../../../../Exception.i"
%typemap(out) odb::dbOrientType, dbOrientType {
Tcl_Obj *obj = nullptr;
...
...
src/utl/CMakeLists.txt
View file @
61411121
...
...
@@ -18,7 +18,8 @@ include("swig_lib")
swig_lib
(
NAME utl
NAMESPACE utl
I_FILE src/Logger.i
SCRIPTS Util.tcl
SCRIPTS src/Util.tcl
SWIG_INCLUDES
${
MINIEDA_HOME
}
/src/utl
)
target_sources
(
utl
...
...
src/Exception.i
→
src/
utl/
Exception.i
View file @
61411121
File moved
src/utl/src/Logger.i
View file @
61411121
...
...
@@ -55,7 +55,7 @@ using eda::getLogger;
}
// Catch exceptions in inline functions.
%include "../../Exception.i"
//
%include "../../Exception.i"
%inline %{
...
...
src/utl/Util.tcl
→
src/utl/
src/
Util.tcl
View file @
61411121
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment