aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 6daf543d..223f1ec5 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -415,6 +415,7 @@ struct Arch : BaseCtx
std::string getChipName() const;
IdString archId() const { return id("ecp5"); }
+ ArchArgs archArgs() const { return args; }
IdString archArgsToId(ArchArgs args) const;
IdString belTypeToId(BelType type) const;