RapidWright icon indicating copy to clipboard operation
RapidWright copied to clipboard

Build Customized FPGA Implementations for Vivado

Results 130 RapidWright issues
Sort by recently updated
recently updated
newest added

Upgrade QtJambi in order to support Qt6 in order that the GUIs work on macos. Changes consist primarily of adjusting to the API differences between Qt4 and Qt6. With these...

- Allows the random SEED to be set from the command line - Allows for return code 1 in evRouter (still generated valid solution in this case)

I used RapidWright's readCheckpoint and writeCheckpoint to convert ISPD16's FPGA05 and FPGA09 benchmarks' old DCP to newer version of DCP. But when I run open_checkpoint on vivado2022.1 to open the...

also introduces better error message on multi-source nets

I tried to use PhysicalNetlistToDcp to convert my placments in IF to DCP, and I commented off the xdc input requirement. ``` zhilix@eda15:/home/local/eda15/zhilix/projects/RapidWright$ java com.xilinx.rapidwright.interchange.PhysicalNetlistToDcp FPGA01_rapidwright.netlist example_FPGA01_placement.phys example_FPGA01_rapidwright.dcp Exception in...

This adds a function to get the leaf `EDIFHierPortInst` of a `EDIFHierNet`. This can already be done by searching the list returned by `EDIFHierNet.getLeafHierPortInsts` for outputs, but this method does...

# Security Vulnerability Fix This pull request fixes a Zip Slip vulnerability either due to an insufficient, or missing guard when unzipping zip files. Even if you deem, as the...