diff options
Diffstat (limited to 'ice40/arch.cc')
-rw-r--r-- | ice40/arch.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc index b269a3e3..aa40b80a 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -54,9 +54,9 @@ BelType belTypeFromId(IdString id) // ----------------------------------------------------------------------- -void IdString::initialize_chip() +void IdString::initialize_arch(Context *ctx) { -#define X(t) initialize_add(#t, PIN_##t); +#define X(t) initialize_add(ctx, #t, PIN_##t); #include "portpins.inc" #undef X } |