YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.32k stars 244 forks source link

routing check should be moved to Context::check() #1391

Open Ravenslofty opened 4 weeks ago

Ravenslofty commented 4 weeks ago

router2 currently calls router1 to check the routing is correct. If router1 is refactored to use r2's data structures, then this correctness check should be moved, most likely into Context::check where other post-routing validity checks are performed.