mirror of https://github.com/YosysHQ/nextpnr.git
gowin: Add deprecation message for nextpnr-gowin (#1455)
This commit is contained in:
parent
6caa6e4e85
commit
1ed03ae9be
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue