You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now setting YOSYS=... infects build scripts, etc. Should do : ${YOSYS:=yosys} and $YOSYS in the generated scripts instead. Toolchain overrides support can probably be dropped. (Already talked about this with @whitequark in private, just leaving this as a reminder.)
The text was updated successfully, but these errors were encountered:
Right now setting
YOSYS=...
infects build scripts, etc. Should do: ${YOSYS:=yosys}
and$YOSYS
in the generated scripts instead. Toolchain overrides support can probably be dropped. (Already talked about this with @whitequark in private, just leaving this as a reminder.)The text was updated successfully, but these errors were encountered: