1
0
mirror of synced 2026-04-28 12:59:00 +00:00

Only initialize TCL interpreter when needed

This commit is contained in:
Clifford Wolf
2013-05-23 12:56:23 +02:00
parent 375f83c5ec
commit cbe423a1fe
3 changed files with 50 additions and 39 deletions

View File

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