diff options
Diffstat (limited to 'tests/ice40/lp384.cc')
-rw-r--r-- | tests/ice40/lp384.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ice40/lp384.cc b/tests/ice40/lp384.cc index c29938f1..77b82951 100644 --- a/tests/ice40/lp384.cc +++ b/tests/ice40/lp384.cc @@ -10,6 +10,7 @@ class LP384Test : public ::testing::Test virtual void SetUp() { chipArgs.type = ChipArgs::LP384; + chipArgs.package = "qn32"; design = new Design(chipArgs); } |