mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Only initialize TCL interpreter when needed
This commit is contained in:
parent
375f83c5ec
commit
cbe423a1fe
3 changed files with 50 additions and 39 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
#ifdef YOSYS_ENABLE_TCL
|
||||
#include <tcl.h>
|
||||
extern Tcl_Interp *yosys_tcl;
|
||||
extern RTLIL::Design *yosys_tcl_design;
|
||||
extern Tcl_Interp *yosys_get_tcl_interp();
|
||||
extern RTLIL::Design *yosys_get_tcl_design();
|
||||
#endif
|
||||
|
||||
struct Pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue