3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

Improved readline tab completion

This commit is contained in:
Clifford Wolf 2013-06-09 01:04:23 +02:00
parent bf59a28f80
commit e52c9aff1b
2 changed files with 75 additions and 25 deletions

View file

@ -29,10 +29,10 @@
#ifdef YOSYS_ENABLE_TCL
#include <tcl.h>
extern Tcl_Interp *yosys_get_tcl_interp();
extern RTLIL::Design *yosys_get_tcl_design();
#endif
// implemented in driver.cc
extern RTLIL::Design *yosys_get_design();
std::string rewrite_yosys_exe(std::string exe);
struct Pass