mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-02 23:19:21 +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]>