Closed stnolting closed 3 years ago
I was just pulling to start rebasing and bringing myself up to date :wink: As you saw, I've been quite busy in august, but I think I can allocate some hours this weekend to revisit the pending issues/workflows/etc.
As you saw, I've been quite busy in august
Take your time! There is really no need to hurry. This issue is not super urgent+critical.
but I think I can allocate some hours this weekend to revisit the pending issues/workflows/etc.
Thank you so much! 😊 :+1:
This is the reason: https://github.com/stnolting/neorv32/blame/79058c17e1c1b10d1573c8712d754bd22300f0f6/setups/osflow/boards/index.mk#L1
GHDL_PLUGIN_MODULE
needs to be set when the toolchain has ghdl-yosys-plugin built as a module. In case the plugin is built into yosys, that must not be set. When adding support to Alhambra and ULX3S, that envvar was unconditionally set.
More precisely, on MSYS2, the plugin is built into yosys, because yosys does not support loading modules dynamically on Windows. Hence, I assume that @zipotron is either a GNU/Linux user, or he was using containers.
Ah I see. I was not thinking about that at all... 🙈 Thank you so much for the quick response!
My pleasure 😃
The FPGA implementation part of the Windows workflow keeps failing (cut-out from https://github.com/stnolting/neorv32/runs/3562298603?check_suite_focus=true#step:5:27).
Is this a package problem?! @umarcor could you have a look? :upside_down_face: