1
0
mirror of synced 2026-05-02 06:26:59 +00:00

Merge pull request #2497 from whitequark/cxxrtl-reflow

cxxrtl: completely rewrite netlist layout code
This commit is contained in:
whitequark
2020-12-22 06:12:39 +00:00
committed by GitHub
2 changed files with 612 additions and 450 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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