Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 1 | -17/+9 |
| | | | | | | | | 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 <gatecat@ds0.me> | ||||
* | Using hashlib in arches | gatecat | 2021-06-02 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 1 | -4/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | interchange: Adding a basic global buffer placer | gatecat | 2021-05-07 | 1 | -32/+120 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | interchange: Initial global routing implementation | gatecat | 2021-05-07 | 1 | -0/+196 |
Signed-off-by: gatecat <gatecat@ds0.me> |