Alessandro Comodi
Alessandro Comodi
@mithro I believe that `xc-fasm` is the right place for this utility, as it already contains also `fasm2frames`, yet another fasm-related library. Opened a [PR](https://github.com/SymbiFlow/xc-fasm/pull/12) in xc-fasm
@mithro trying to do that in here https://github.com/SymbiFlow/prjxray/pull/1845. Not sure how to convince kokoro to really use Ubuntu bionic or focal, as xenial does not have support for deadsnakes PPA...
Hi @bl0x, thanks for this PR. When dealing with the ISERDES fuzzer we actually noticed that setting the OCLK and OCLKB inputs, the PIPs responsible for those were not actually...
In that case all the bits should actually be there > With these changes the bit2fasm output did not show any obvious unknown bits. Just to double-check, did you run...
Hi @hansfbaier, thanks for this PR! We are in the process of transitioning to GH actions custom runners, but there still is a failure that prevents the transition to happen....
Hi @hansfbaier, thanks for all the contributions. The Xilinx server license addition was added [here](https://github.com/f4pga/prjxray/pull/1805), but with the transition to GH actions this was probably not integrated. I am not...
@mithro I know what the issue is. The Travis build script tries to generate the html for each settings. Being the artix200t.sh setting already there, it tries to generate the...
@mithro Fix here: https://github.com/SymbiFlow/prjxray/pull/1233
Hi @slayer321, what would actually be needed is to change the name of the resulting binaries. The assignment of the binary names happens in https://github.com/SymbiFlow/prjxray/blob/master/tools/CMakeLists.txt. Take the following as an...
@mithro One necessary step to solve this will most probably be the addition of the [tunnel key](https://github.com/f4pga/prjxray/blob/master/.github/kokoro/steps/xilinx.sh#L64) as a GH secret, so that we can access the license server. We...