YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.24k stars 236 forks source link

router2: improved partitioner #1293

Open Ravenslofty opened 4 months ago

Ravenslofty commented 4 months ago

This implements a recursive bipartitioner as described by Koşar to replace the existing partitioner. The main advantage of this is that it exposes significantly more parallelism than splitting into quadrants can, which makes better utilisation of threads.