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:
parent
bf59a28f80
commit
e52c9aff1b
2 changed files with 75 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue