mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-08 10:01:00 +00:00
plugins: add search path
This uses the environment variable `YOSYS_PLUGIN_PATH` to provide multiple colon-delimited search paths for native plugins in a similar manner to `PATH` for executables and `PYTHONPATH` for Python modules. This addresses https://github.com/YosysHQ/yosys/issues/2545, allowing Yosys to be better packaged in non-FHS environments such as Nix.
This commit is contained in:
parent
4970ad5a18
commit
e86797f029
3 changed files with 46 additions and 20 deletions
1
tests/various/.gitignore
vendored
1
tests/various/.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
/write_gzip.v
|
||||
/write_gzip.v.gz
|
||||
/plugin.so
|
||||
/plugin_search
|
||||
/plugin.so.dSYM
|
||||
/temp
|
||||
/smtlib2_module.smt2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue