diff options
author | David Shah <davey1576@gmail.com> | 2018-06-13 15:16:38 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-13 15:16:38 +0200 |
commit | 4a85cd57c0fabfba5b3851361c000ae801cb43f7 (patch) | |
tree | a705607fe28734a13a8e2b44f622667309e66f28 /tests/ice40/hx1k.cc | |
parent | 14b5e46b5df76973dccd26bb07dc12c26e5d6efc (diff) | |
download | nextpnr-4a85cd57c0fabfba5b3851361c000ae801cb43f7.tar.gz nextpnr-4a85cd57c0fabfba5b3851361c000ae801cb43f7.tar.bz2 nextpnr-4a85cd57c0fabfba5b3851361c000ae801cb43f7.zip |
tests: Fix ice40 tests
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'tests/ice40/hx1k.cc')
-rw-r--r-- | tests/ice40/hx1k.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc index ceae4c45..e1734fce 100644 --- a/tests/ice40/hx1k.cc +++ b/tests/ice40/hx1k.cc @@ -10,6 +10,7 @@ class HX1KTest : public ::testing::Test virtual void SetUp() { chipArgs.type = ChipArgs::HX1K; + chipArgs.package = "tq144"; design = new Design(chipArgs); } |