3
0
Fork 0
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:
Jannis Harder 2024-09-08 16:04:26 +02:00
parent 67a7821946
commit b8a001eab2
2 changed files with 32 additions and 1 deletions

View file

@ -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()