aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/lp8k.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ice40/lp8k.cc')
-rw-r--r--tests/ice40/lp8k.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ice40/lp8k.cc b/tests/ice40/lp8k.cc
index ca2fc424..06543fd8 100644
--- a/tests/ice40/lp8k.cc
+++ b/tests/ice40/lp8k.cc
@@ -10,6 +10,7 @@ class LP8KTest : public ::testing::Test
virtual void SetUp()
{
chipArgs.type = ChipArgs::LP8K;
+ chipArgs.package = "ct256";
design = new Design(chipArgs);
}