mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Fixed issue when using a python plugin in the yosys shell
This commit is contained in:
parent
d79a2808cf
commit
5864db3c2b
3 changed files with 28 additions and 4 deletions
|
@ -278,6 +278,11 @@ namespace hashlib {
|
|||
}
|
||||
|
||||
void yosys_setup();
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
bool yosys_already_setup();
|
||||
#endif
|
||||
|
||||
void yosys_shutdown();
|
||||
|
||||
#ifdef YOSYS_ENABLE_TCL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue