diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 19:02:52 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 19:02:52 +0100 |
commit | eafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa (patch) | |
tree | 3f4607014fc2bff2bff9b291ed5388b4d4a0b417 /ice40 | |
parent | d327a0afbb6a92553647444c0baaeb4971a0847b (diff) | |
download | nextpnr-eafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa.tar.gz nextpnr-eafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa.tar.bz2 nextpnr-eafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa.zip |
Fix revert issues.
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/arch.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index e42da422..a02e0ced 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -523,9 +523,6 @@ struct Arch : BaseCtx // ------------------------------------------------- PipId getPipByName(IdString name) const; - IdString getPipName(PipId pip) const; - - uint32_t getPipChecksum(PipId pip) const { return pip.index; } void bindPip(PipId pip, IdString net, PlaceStrength strength) { @@ -641,15 +638,6 @@ struct Arch : BaseCtx return range; } - WireRange getWires() const - { - WireRange range; - range.b.cursor = 0; - range.e.cursor = chip_info->num_wires; - return range; - } - - BelId getPackagePinBel(const std::string &pin) const; std::string getBelPackagePin(BelId bel) const; |