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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ice40/lp8k.cc b/tests/ice40/lp8k.cc
index a1c8c88c..7fe6ac37 100644
--- a/tests/ice40/lp8k.cc
+++ b/tests/ice40/lp8k.cc
@@ -59,7 +59,7 @@ TEST_F(LP8KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 135182);
+ ASSERT_EQ(wire_count, 165894);
}
TEST_F(LP8KTest, pip_names)
@@ -70,7 +70,7 @@ TEST_F(LP8KTest, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
- ASSERT_EQ(pip_count, 1652480);
+ ASSERT_EQ(pip_count, 1806080);
}
TEST_F(LP8KTest, uphill_to_downhill)