diff options
Diffstat (limited to 'tests/ice40/up5k.cc')
-rw-r--r-- | tests/ice40/up5k.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ice40/up5k.cc b/tests/ice40/up5k.cc index 6761db2e..582876e8 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, 103391); + ASSERT_EQ(wire_count, 124503); } TEST_F(UP5KTest, pip_names) @@ -70,7 +70,7 @@ TEST_F(UP5KTest, pip_names) assert(pip == ctx->getPipByName(name)); pip_count++; } - ASSERT_EQ(pip_count, 1219104); + ASSERT_EQ(pip_count, 1324704); } TEST_F(UP5KTest, uphill_to_downhill) |