
Shamelessly adapted gatecat's router. Very early version, not yet puzzled with recognizing clock sources and controlling the type of wires involved. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
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
|