Unai Martinez-Corral

Results 617 comments of Unai Martinez-Corral

FTR, see https://carlosedp.medium.com/xilinx-open-source-fpga-toolchain-on-docker-containers-93202650a615 (and #227).

FTR, if containers from hdl/containers are used, setting those environment values is not required: https://github.com/SymbiFlow/symbiflow-examples/pull/220#issuecomment-992101880 ```sh :~# git clone https://github.com/SymbiFlow/symbiflow-examples ... :~# cd symbiflow-examples :~/symbiflow-examples# docker run --rm -it \...

@pgielda, I don't claim that using containers is better. However, it is faster and easier to update, particularly in CI. Therefore, it can be interesting for users who want to...

@carlosedp, see https://github.com/hdl/containers/issues/49#issuecomment-995491061. In gcr.io/hdl-containers/conda/symbiflow images, the environment is automatically activated through `profile.d`.

FTR, there was a draft PR in hdl/containers about SymbiFlow, opened by @carlosedp in June: hdl/containers#26. I completed it during this weekend (see https://github.com/hdl/containers/pull/26/files) and there are now SymbiFlow containers...

I do have work in progress in a feature branch: https://github.com/umarcor/f4pga/commits/umarcor/tdm. It's a matter of fixing stdm upstream, because it's outdated/failing as you said. Then, the integration into this repo...

@mithro, see #297 and https://github.com/SymbiFlow/f4pga-arch-defs/pull/2509#issuecomment-1131394460.

@mithro, existing shell wrappers were moved from repo arch-defs to f4pga. Previously, they were installed as part of the arch-defs packages. Now, they need to be installed through pip, and...

> (PS There is no reason that Python scripts can't be drop in 100% compatible replacement for shell scripts?) @mithro, there was a prototype (https://github.com/chipsalliance/f4pga/commit/2291026181192b604e5eb44b29113c47b055f118), but the current implementation is...