aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/chip.h')
-rw-r--r--dummy/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dummy/chip.h b/dummy/chip.h
index 255bfee4..da9ee7af 100644
--- a/dummy/chip.h
+++ b/dummy/chip.h
@@ -61,10 +61,14 @@ struct ChipArgs
{
};
+std::string getChipName(ChipArgs id);
+
struct Chip
{
Chip(ChipArgs args);
+ std::string getChipName();
+
BelId getBelByName(IdString name) const;
IdString getBelName(BelId bel) const;
void bindBel(BelId bel, IdString cell);