1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-01 14:05:55 +00:00

gowin: Add deprecation message for nextpnr-gowin (#1455)

This commit is contained in:
Miodrag Milanović
2025-02-13 20:31:53 +01:00
committed by GitHub
parent 6caa6e4e85
commit 1ed03ae9be

View File

@@ -122,5 +122,6 @@ void GowinCommandHandler::customAfterLoad(Context *ctx)
int main(int argc, char *argv[])
{
GowinCommandHandler handler(argc, argv);
fprintf(stderr, "WARNING: nextpnr-gowin is deprecated, please use nextpnr-himbaechel instead for Gowin FPGA support.\n\n");
return handler.exec();
}