13 lines
167 B
C
13 lines
167 B
C
![]() |
#ifndef GOWIN_GLOBALS_H
|
||
|
#define GOWIN_GLOBALS_H
|
||
|
|
||
|
#include "nextpnr.h"
|
||
|
|
||
|
NEXTPNR_NAMESPACE_BEGIN
|
||
|
|
||
|
void gowin_route_globals(Context *ctx);
|
||
|
|
||
|
NEXTPNR_NAMESPACE_END
|
||
|
|
||
|
#endif
|