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:
committed by
GitHub
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user