aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 30a31432..dd771c0f 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -376,6 +376,7 @@ struct ArchArgs
struct ArchRanges
{
+ using ArchArgsType = ArchArgs;
// Bels
using AllBelsRange = BelRange;
using TileBelsRange = BelRange;
@@ -434,8 +435,8 @@ struct Arch : BaseArch<ArchRanges>
std::string getChipName() const override;
- ArchArgs archArgs() const { return args; }
- IdString archArgsToId(ArchArgs args) const;
+ ArchArgs archArgs() const override { return args; }
+ IdString archArgsToId(ArchArgs args) const override;
// -------------------------------------------------