diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-20 18:24:16 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-20 18:24:16 +0100 |
commit | 76e5236fb3c161a860b2c494fe44fde3011670af (patch) | |
tree | fbdb2e898de5fd26b8900b56fce1f7844cac3318 /ice40 | |
parent | b5b956bd214742892cd242ec38e4cc64c213e59e (diff) | |
download | nextpnr-76e5236fb3c161a860b2c494fe44fde3011670af.tar.gz nextpnr-76e5236fb3c161a860b2c494fe44fde3011670af.tar.bz2 nextpnr-76e5236fb3c161a860b2c494fe44fde3011670af.zip |
Nuke IdStringDB
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc index d1400a63..786d8ba1 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -102,7 +102,7 @@ BelType Arch::belTypeFromId(IdString type) const // ----------------------------------------------------------------------- -void IdString::initialize_arch(const IdStringDB *ctx) +void IdString::initialize_arch(const BaseCtx *ctx) { #define X(t) initialize_add(ctx, #t, PIN_##t); #include "portpins.inc" |