Karol Gugala
Karol Gugala
ehh, looks like we got hit by concurrent license limit of 10. One option here is to limit the run for bigger parts to `-j10`. I will certainly increase the...
or even simpler - since we call Vivado with this wrapper https://github.com/f4pga/prjxray/blob/master/utils/vivado.sh, we can extend it to check if a license is available and wait until it is. Still, we'll...
@timkpaine I started the CI here, I suppose we should have a companion PR in https://github.com/chipsalliance/f4pga-examples?
@dependabot rebase
@dependabot recreate
the command is: ``` wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM} ``` So at the end it pipes the downloaded `tar.xz` file into `tar`. If you remove the `tar` piping...
the results can be found here: https://github.com/antmicro/libblifparse/tree/run-format to run the format do: ``` mkdir build && cd build cmake .. make format ```
Hi @SiyaoIsHiding I've assigned the issue to you
hi @noah95. Yes the code is going to be upstreamed. Actually this is already happening. Verilator patches have been already merged, Cocotb is on it's way.
this happened loooong time ago :)