mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-30 09:58:25 +02:00
This uses a new data structure for net.users that allows gaps, so removing a port from a net is no longer an O(n) operation on the number of users the net has. Signed-off-by: gatecat <[email protected]>