aboutsummaryrefslogtreecommitdiffstats
path: root/generic/viaduct
Commit message (Collapse)AuthorAgeFilesLines
* Switch to potentially-sparse net users arraygatecat2022-02-271-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>
* okami: new Viaduct archLofty2022-02-246-0/+637
|
* refactor: New member functions to replace design_utilsgatecat2022-02-181-3/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Viaduct API for a hybrid between generic and full-custom archgatecat2022-01-047-0/+398
Signed-off-by: gatecat <gatecat@ds0.me>