nextpnr/gowin
gatecat 7922b3bfc4 Replace DelayInfo with DelayPair/DelayQuad
This replaces the arch-specific DelayInfo structure with new DelayPair
(min/max only) and DelayQuad (min/max for both rise and fall) structures
that form part of common code.

This further reduces the amount of arch-specific code; and also provides
useful data structures for timing analysis which will need to delay
with pairs/quads of delays as it is improved.

While there may be a small performance cost to arches that didn't
separate the rise/fall cases (arches that aren't currently separating
the min/max cases just need to be fixed...) in DelayInfo, my expectation
is that inlining will mean this doesn't make much difference.

Signed-off-by: gatecat <gatecat@ds0.me>
2021-02-19 11:31:33 +00:00
..
arch_pybindings.cc Replace DelayInfo with DelayPair/DelayQuad 2021-02-19 11:31:33 +00:00
arch_pybindings.h Gowin target (#542) 2020-12-30 14:59:55 +00:00
arch.cc Replace DelayInfo with DelayPair/DelayQuad 2021-02-19 11:31:33 +00:00
arch.h Replace DelayInfo with DelayPair/DelayQuad 2021-02-19 11:31:33 +00:00
archdefs.h Replace DelayInfo with DelayPair/DelayQuad 2021-02-19 11:31:33 +00:00
cells.cc clangformat 2020-12-30 16:49:55 +00:00
cells.h Gowin target (#542) 2020-12-30 14:59:55 +00:00
CMakeLists.txt Gowin: Add GW1N-4 support 2021-01-03 19:45:00 +01:00
constids.inc Gowin target (#542) 2020-12-30 14:59:55 +00:00
family.cmake Gowin target (#542) 2020-12-30 14:59:55 +00:00
main.cc clangformat 2020-12-30 16:49:55 +00:00
pack.cc clangformat 2020-12-30 16:49:55 +00:00