mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add support for editline as replacement for readline
This commit is contained in:
parent
4f31cb6dad
commit
9ae25039fb
4 changed files with 39 additions and 10 deletions
|
@ -30,6 +30,10 @@
|
|||
# include <readline/readline.h>
|
||||
#endif
|
||||
|
||||
#ifdef YOSYS_ENABLE_EDITLINE
|
||||
# include <editline/readline.h>
|
||||
#endif
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue