mirror of https://github.com/YosysHQ/nextpnr.git
Fixed warning
This commit is contained in:
parent
93d5509350
commit
7ca6fc5ba9
|
|
@ -399,7 +399,7 @@ struct GateMateArch : HimbaechelArch
|
|||
{
|
||||
return device.size() > 6 && device.substr(0, 6) == "CCGM1A";
|
||||
}
|
||||
std::unique_ptr<HimbaechelAPI> create(const std::string &device, const dict<std::string, std::string> &args)
|
||||
std::unique_ptr<HimbaechelAPI> create(const std::string &device, const dict<std::string, std::string> &args) override
|
||||
{
|
||||
return std::make_unique<GateMateImpl>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue