Olof Kindgren
Olof Kindgren
Replaces https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1461
Ok, I redid the PR. Updating topic. The new PR moves most of the code out of synth.tcl and conv.tcl into functions, so that these functions can be called by...
Updated now with restored TECHMAP_PATH and only calling python3 directly if there is no PYTHON3 env var One thing. Do we need to register the new synth_functions.tcl in some CMake...
I added all the functions to utils.tcl and updated the PR. It feels like they are similar to the ones already found there so I agree it make sense to...
I see that CI failed. Is this the issue? `[TCL: yosys -import] Command name collision: found pre-existing command `wbfliERROR: TCL interpreter returned an error: can't read "::env(TOP)": no such variable`...
I could also restore the env vars in synth.tcl instead. As long as we can have the functions in utils.tcl free from env vars that solves my original issue. That...
Updated now to restore the env vars
Done. Let's hope for the CI to say yes
Stupid CI found another issue with my code. Pushed a new version now
Oh, come on! Failed again? *This* time it must work