diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index ad69363e..b5ec1dd2 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -484,6 +484,9 @@ struct Arch : BaseCtx std::string getChipName(); + IdString archId() const { return id("ice40"); } + IdString archArgsToId(ArchArgs args) const; + IdString belTypeToId(BelType type) const; BelType belTypeFromId(IdString id) const; |