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