Closed eddieh-xlnx closed 9 months ago
Contest rules stipulate that the intra-site routing and placement of the input physical netlist cannot be modified (only inter-site routing/PIPs may be inserted). This is now verified by CheckPhysNetlist as of https://github.com/Xilinx/fpga24_routing_contest/pull/64.
CheckPhysNetlist
This new DiffPhysNetlist utility provides a more detailed report for any diffs found, and can be used like so:
DiffPhysNetlist
./gradlew -Dmain=com.xilinx.fpga24_routing_contest.DiffPhysNetlist :run --args="boom_soc_routed.phys boom_soc_unrouted.phys"
Contest rules stipulate that the intra-site routing and placement of the input physical netlist cannot be modified (only inter-site routing/PIPs may be inserted). This is now verified by
CheckPhysNetlist
as of https://github.com/Xilinx/fpga24_routing_contest/pull/64.This new
DiffPhysNetlist
utility provides a more detailed report for any diffs found, and can be used like so: