diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-09 18:31:35 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-09 18:31:35 +0200 |
commit | 0bc5b1c2d94dcfd83c4d55082ee9936435c8488b (patch) | |
tree | 095d8911bc4ff6ab89be3562e809658ecc8ce3f1 /dummy/chip.h | |
parent | dfbfbf87db6e0fc68d541593b2221db4d5c349f9 (diff) | |
download | nextpnr-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.h | 1 |
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); |