mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
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…
x
Reference in New Issue
Block a user