mirror of https://github.com/YosysHQ/nextpnr.git
Merge pull request #708 from Ravenslofty/mistral-getchipname
mistral: add getChipName
This commit is contained in:
commit
179ae683cc
|
|
@ -291,7 +291,7 @@ struct Arch : BaseArch<ArchRanges>
|
|||
Arch(ArchArgs args);
|
||||
ArchArgs archArgs() const { return args; }
|
||||
|
||||
std::string getChipName() const override { return std::string{"TODO: getChipName"}; }
|
||||
std::string getChipName() const override { return args.device; }
|
||||
// -------------------------------------------------
|
||||
|
||||
int getGridDimX() const override { return cyclonev->get_tile_sx(); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue