nextpnr/gowin
Keith Rothman fe4608386e Split nextpnr.h to allow for linear inclusion.
"nextpnr.h" is no longer the god header.  Important improvements:

 - Functions in log.h can be used without including
   BaseCtx/Arch/Context. This means that log_X functions can be called
   without included "nextpnr.h"

 - NPNR_ASSERT can be used without including "nextpnr.h" by including
   "nextpnr_assertions.h".  This allows NPNR_ASSERT to be used safely in
   any header file.

 - Types defined in "archdefs.h" are now available without including
   BaseCtx/Arch/Context.  This means that utility classes that will be
   used inside of BaseCtx/Arch/Context can be defined safely in a
   self-contained header.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2021-03-15 09:05:23 -07: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 only one type of dff per slice 2021-02-28 17:48:05 +01:00
arch.h Split nextpnr.h to allow for linear inclusion. 2021-03-15 09:05:23 -07:00
archdefs.h Split nextpnr.h to allow for linear inclusion. 2021-03-15 09:05:23 -07: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 Fix compiler warnings introduced by -Wextra 2021-02-25 15:15:25 +00:00
pack.cc clangformat 2020-12-30 16:49:55 +00:00