aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/up5k.cc
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-25 13:51:04 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-25 13:51:04 +0100
commit155fef9f1655ad08360e9c6493a2f664d92ddf68 (patch)
treee2808b38bd0773a8ec917b2b365a859a75821dc2 /tests/ice40/up5k.cc
parentddfb1f1ff366e57282ea144e24b1d86fcbdc31be (diff)
downloadnextpnr-155fef9f1655ad08360e9c6493a2f664d92ddf68.tar.gz
nextpnr-155fef9f1655ad08360e9c6493a2f664d92ddf68.tar.bz2
nextpnr-155fef9f1655ad08360e9c6493a2f664d92ddf68.zip
ice40: fix wire_num in tests
Diffstat (limited to 'tests/ice40/up5k.cc')
-rw-r--r--tests/ice40/up5k.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ice40/up5k.cc b/tests/ice40/up5k.cc
index 342a7c0a..6761db2e 100644
--- a/tests/ice40/up5k.cc
+++ b/tests/ice40/up5k.cc
@@ -59,7 +59,7 @@ TEST_F(UP5KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 103383);
+ ASSERT_EQ(wire_count, 103391);
}
TEST_F(UP5KTest, pip_names)