diff options
Diffstat (limited to 'tests/ice40/up5k.cc')
-rw-r--r-- | tests/ice40/up5k.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ice40/up5k.cc b/tests/ice40/up5k.cc index 38bb30fd..93d5f8a2 100644 --- a/tests/ice40/up5k.cc +++ b/tests/ice40/up5k.cc @@ -10,6 +10,7 @@ class UP5KTest : public ::testing::Test virtual void SetUp() { chipArgs.type = ChipArgs::UP5K; + chipArgs.package = "sg48"; design = new Design(chipArgs); } |