diff options
Diffstat (limited to 'ice40/chip.cc')
-rw-r--r-- | ice40/chip.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/chip.cc b/ice40/chip.cc index 26a2dc6e..c2fba89f 100644 --- a/ice40/chip.cc +++ b/ice40/chip.cc @@ -72,7 +72,7 @@ PortPin portPinFromId(IdString id) // ----------------------------------------------------------------------- -Chip::Chip(ChipArgs args) +Chip::Chip(ChipArgs args) : args(args) { #ifdef ICE40_HX1K_ONLY if (args.type == ChipArgs::HX1K) { |