Merge pull request #708 from Ravenslofty/mistral-getchipname

mistral: add getChipName
This commit is contained in:
gatecat 2021-05-15 22:59:46 +01:00 committed by GitHub
commit 179ae683cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(); }