mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-09 14:51:26 +00:00
Add support for the imctk-eqy-engine
This is not added to the documentation, as this is currently intended for internal use only.
This commit is contained in:
parent
67a7821946
commit
b8a001eab2
2 changed files with 32 additions and 1 deletions
|
@ -851,6 +851,7 @@ class SbyTask(SbyConfig):
|
|||
"avy": os.getenv("AVY", "avy"),
|
||||
"btormc": os.getenv("BTORMC", "btormc"),
|
||||
"pono": os.getenv("PONO", "pono"),
|
||||
"imctk-eqy-engine": os.getenv("IMCTK_EQY_ENGINE", "imctk-eqy-engine"),
|
||||
}
|
||||
|
||||
self.taskloop = taskloop or SbyTaskloop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue