#ifndef GOWIN_PACK_H
#define GOWIN_PACK_H
#include "nextpnr.h"
NEXTPNR_NAMESPACE_BEGIN
void gowin_pack(Context *ctx);
NEXTPNR_NAMESPACE_END
#endif