fpga-tool-perf
fpga-tool-perf copied to clipboard
FPGA tool performance profiling
Bumps [third_party/RapidWright](https://github.com/Xilinx/RapidWright) from `7227a92` to `f2f76fa`. Commits f2f76fa Merge pull request #516 from Xilinx/expand_macros_interchange 4a1bf64 Restore line 2088f02 Merge branch 'expand_macros_interchange' of github.com:Xilinx/RapidWright int... 106d510 Adding APIs to make collapse/expand...
The `picosoc` test that uses the nextpnr interchange support fails at the bitstream generation with the following error: ``` "error_msg": [ "[...]", "/nextpnr-env/lib/python3.7/site-packages/xc_fasm/fasm2frames.py\", line 194, in fasm2frames", " assembler.parse_fasm_filename(filename_in, extra_features=extra_features)",...
The baselitex-nexys-video test is producing the following error: ``` prjxray.fasm_assembler.FasmInconsistentBits: FASM line "CLBLM_R_X41Y168.SLICEM_X0.BLUT.DI1MUX.DI_CMC31" wanted to clear bit (5248, 36, 20) but was set by FASM line "CLBLM_R_X41Y168.SLICEM_X0.BLUT.DI1MUX.BI" ``` This might...
Signed-off-by: Alessandro Comodi
Signed-off-by: Kamil Rakoczy
Synced local file(s) with [SymbiFlow/symbiflow-common-config](https://github.com/SymbiFlow/symbiflow-common-config). Changed files Created local CONTRIBUTING.md from remote CONTRIBUTING.ref.mdCreated local CODE_OF_CONDUCT.md from remote CODE_OF_CONDUCT.md --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2102029244](https://github.com/SymbiFlow/symbiflow-common-config/actions/runs/2102029244)
Signed-off-by: Tomasz Michalak
This PR adds support for launching `fpga-tool-perf` benchmarks using [Hydra](https://hydra.cc/docs/next/intro). `fpga-tool-perf` supports multiple benchmarks for multiple boards for multiple backends. There is a need for a tool that can compose...
Fixes #46