Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | refactor: New member functions to replace design_utils | gatecat | 2022-02-18 | 1 | -11/+11 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: Use cell member functions to add ports | gatecat | 2022-02-16 | 1 | -15/+8 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: New NetInfo and CellInfo constructors | gatecat | 2022-02-16 | 1 | -7/+3 |
| | |||||
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
| | | | | 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> | ||||
* | clangformat | David Shah | 2019-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | return FF_USED, formatting, correct INIT | Pepijn de Vos | 2019-11-08 | 1 | -2/+12 |
| | |||||
* | dedicated output for LUT in GENERIC_SLICE | Pepijn de Vos | 2019-11-08 | 1 | -5/+3 |
| | |||||
* | generic: New Property interface | David Shah | 2019-08-05 | 1 | -13/+13 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | generic: Add a simple packer for generic SLICEs and IOBs | David Shah | 2019-04-02 | 1 | -0/+139 |
Signed-off-by: David Shah <dave@ds0.me> |