diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-23 17:46:28 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-23 17:46:28 +0200 |
commit | 04dd21a1e0e28f60cebebe851279afa36ac5fc4e (patch) | |
tree | 83cbd9c1d0df9cf8d087392b003391f9c815df19 /tests/ice40/lp8k.cc | |
parent | 28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f (diff) | |
download | nextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.tar.gz nextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.tar.bz2 nextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.zip |
Fix tests
Diffstat (limited to 'tests/ice40/lp8k.cc')
-rw-r--r-- | tests/ice40/lp8k.cc | 4 |
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) |