aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/chip.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-09 18:31:35 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-09 18:31:35 +0200
commit0bc5b1c2d94dcfd83c4d55082ee9936435c8488b (patch)
tree095d8911bc4ff6ab89be3562e809658ecc8ce3f1 /dummy/chip.h
parentdfbfbf87db6e0fc68d541593b2221db4d5c349f9 (diff)
downloadnextpnr-0bc5b1c2d94dcfd83c4d55082ee9936435c8488b.tar.gz
nextpnr-0bc5b1c2d94dcfd83c4d55082ee9936435c8488b.tar.bz2
nextpnr-0bc5b1c2d94dcfd83c4d55082ee9936435c8488b.zip
Add dummy implementations of dummy Chip API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'dummy/chip.h')
-rw-r--r--dummy/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy/chip.h b/dummy/chip.h
index 5c13298b..255bfee4 100644
--- a/dummy/chip.h
+++ b/dummy/chip.h
@@ -66,7 +66,6 @@ struct Chip
Chip(ChipArgs args);
BelId getBelByName(IdString name) const;
-
IdString getBelName(BelId bel) const;
void bindBel(BelId bel, IdString cell);
void unbindBel(BelId bel);