Skip to content

Commit

Permalink
gowin: Add deprecation message for nextpnr-gowin (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko authored Feb 13, 2025
1 parent 6caa6e4 commit 1ed03ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gowin/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 1ed03ae

Please sign in to comment.