nextpnr/gowin
gatecat 86699b42f6 Switch to potentially-sparse net users array
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>
2022-02-27 13:47:05 +00:00
..
arch_pybindings.cc Fixing old emails and names in copyrights 2021-06-12 13:22:38 +01:00
arch_pybindings.h Fixing old emails and names in copyrights 2021-06-12 13:22:38 +01:00
arch.cc refactor: New member functions to replace design_utils 2022-02-18 11:13:18 +00:00
arch.h refactor: Use constids instead of id("..") 2022-02-16 17:09:54 +00:00
archdefs.h gowin: add support for wide LUTs. 2021-10-07 18:38:33 +10:00
cells.cc refactor: New member functions to replace design_utils 2022-02-18 11:13:18 +00:00
cells.h gowin: Add ALU support. 2021-10-22 14:41:18 +10:00
CMakeLists.txt gowin: Add GW1NZ-1 2022-02-15 14:12:16 +02:00
constids.inc gowin: Add support for true differential output 2022-02-23 15:53:04 +10:00
cst.cc gowin: Add GUI. 2022-01-29 14:45:17 +10:00
cst.h gowin: Add GUI. 2022-01-29 14:45:17 +10:00
family.cmake Gowin target (#542) 2020-12-30 14:59:55 +00:00
gfx.cc gowin: Speed up the GUI 2022-02-04 14:24:22 +10:00
gfx.h run clangformat 2022-02-03 15:28:46 +00:00
main.cc gowin: recognize partnumbers of GW1NZ-1 2022-02-24 13:35:22 +10:00
pack.cc Switch to potentially-sparse net users array 2022-02-27 13:47:05 +00:00