aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch.h')
-rw-r--r--dummy/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dummy/arch.h b/dummy/arch.h
index 40aceff2..9bd09f9d 100644
--- a/dummy/arch.h
+++ b/dummy/arch.h
@@ -73,6 +73,9 @@ struct Arch
std::string getChipName();
+ virtual IdString id(const std::string &s) const { abort(); }
+ virtual IdString id(const char *s) const { abort(); }
+
BelId getBelByName(IdString name) const;
IdString getBelName(BelId bel) const;
void bindBel(BelId bel, IdString cell);