Skip to content

Commit 1806e4a

Browse files
committed
StaTclTypes %include "std_string_view.i"
Signed-off-by: James Cherry <cherry@parallaxsw.com>
1 parent 614385f commit 1806e4a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

liberty/Liberty.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
%module liberty
2626

2727
%{
28+
#include "PatternMatch.hh"
2829
#include "PortDirection.hh"
2930
#include "Liberty.hh"
3031
#include "EquivCells.hh"

search/Search.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "Search.hh"
3636
#include "search/Levelize.hh"
3737
#include "search/ReportPath.hh"
38+
#include "search/Tag.hh"
3839
#include "PathExpanded.hh"
3940
#include "Bfs.hh"
4041
#include "Scene.hh"

tcl/StaTclTypes.i

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,23 @@
2323
// This notice may not be removed or altered from any source distribution.
2424

2525
// Swig TCL input/output type parsers.
26+
27+
#if SWIG_VERSION >= 0x040200
28+
%include "std_string_view.i"
29+
#endif
30+
2631
%{
2732

28-
#include "Machine.hh"
29-
#include "StringUtil.hh"
30-
#include "PatternMatch.hh"
3133
#include "Network.hh"
3234
#include "Liberty.hh"
3335
#include "FuncExpr.hh"
3436
#include "TimingArc.hh"
35-
#include "TableModel.hh"
3637
#include "TimingRole.hh"
3738
#include "Graph.hh"
38-
#include "NetworkClass.hh"
3939
#include "Clock.hh"
4040
#include "Scene.hh"
4141
#include "Search.hh"
4242
#include "Path.hh"
43-
#include "search/Tag.hh"
4443
#include "PathEnd.hh"
4544
#include "SearchClass.hh"
4645
#include "CircuitSim.hh"

0 commit comments

Comments
 (0)