aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-12-22 06:12:39 +0000
committerGitHub <noreply@github.com>2020-12-22 06:12:39 +0000
commit4949ef124718ead99b4da91da18c17d42c6f373c (patch)
tree73b6864fa4ca4887bc5ccbd9acf454d13d2b5bf8 /kernel
parent3e67ab1ebb62a1cc69f2cb02546ae8b1cf838e07 (diff)
parent7378194169e6af370ed467347d5b73d50ee22e4b (diff)
downloadyosys-4949ef124718ead99b4da91da18c17d42c6f373c.tar.gz
yosys-4949ef124718ead99b4da91da18c17d42c6f373c.tar.bz2
yosys-4949ef124718ead99b4da91da18c17d42c6f373c.zip
Merge pull request #2497 from whitequark/cxxrtl-reflow
cxxrtl: completely rewrite netlist layout code
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h
index ab6eb5f8c..ac4436c52 100644
--- a/kernel/yosys.h
+++ b/kernel/yosys.h
@@ -93,6 +93,8 @@ extern Tcl_Obj *Tcl_NewIntObj(int intValue);
extern Tcl_Obj *Tcl_NewListObj(int objc, Tcl_Obj *const objv[]);
extern Tcl_Obj *Tcl_ObjSetVar2(Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, Tcl_Obj *newValuePtr, int flags);
# endif
+# undef CONST
+# undef INLINE
#endif
#ifdef _WIN32