Files
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 <[email protected]>
2021-03-15 09:05:23 -07:00
..
2020-12-30 14:59:55 +00:00
2021-02-28 17:48:05 +01:00
2020-12-30 16:49:55 +00:00
2020-12-30 14:59:55 +00:00
2021-01-03 19:45:00 +01:00
2020-12-30 14:59:55 +00:00
2020-12-30 14:59:55 +00:00
2020-12-30 16:49:55 +00:00