aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-23 17:46:28 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-23 17:46:28 +0200
commit04dd21a1e0e28f60cebebe851279afa36ac5fc4e (patch)
tree83cbd9c1d0df9cf8d087392b003391f9c815df19 /tests
parent28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f (diff)
downloadnextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.tar.gz
nextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.tar.bz2
nextpnr-04dd21a1e0e28f60cebebe851279afa36ac5fc4e.zip
Fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/ice40/hx1k.cc4
-rw-r--r--tests/ice40/hx8k.cc4
-rw-r--r--tests/ice40/lp1k.cc4
-rw-r--r--tests/ice40/lp384.cc4
-rw-r--r--tests/ice40/lp8k.cc4
-rw-r--r--tests/ice40/up5k.cc4
6 files changed, 12 insertions, 12 deletions
diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc
index b7990a82..741c954b 100644
--- a/tests/ice40/hx1k.cc
+++ b/tests/ice40/hx1k.cc
@@ -59,7 +59,7 @@ TEST_F(HX1KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 27690);
+ ASSERT_EQ(wire_count, 32802);
}
TEST_F(HX1KTest, pip_names)
@@ -70,7 +70,7 @@ TEST_F(HX1KTest, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
- ASSERT_EQ(pip_count, 319904);
+ ASSERT_EQ(pip_count, 345504);
}
TEST_F(HX1KTest, uphill_to_downhill)
diff --git a/tests/ice40/hx8k.cc b/tests/ice40/hx8k.cc
index d5b489eb..517df0d6 100644
--- a/tests/ice40/hx8k.cc
+++ b/tests/ice40/hx8k.cc
@@ -59,7 +59,7 @@ TEST_F(HX8KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 135182);
+ ASSERT_EQ(wire_count, 165894);
}
TEST_F(HX8KTest, pip_names)
@@ -70,7 +70,7 @@ TEST_F(HX8KTest, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
- ASSERT_EQ(pip_count, 1652480);
+ ASSERT_EQ(pip_count, 1806080);
}
TEST_F(HX8KTest, uphill_to_downhill)
diff --git a/tests/ice40/lp1k.cc b/tests/ice40/lp1k.cc
index b258d115..2fdba08b 100644
--- a/tests/ice40/lp1k.cc
+++ b/tests/ice40/lp1k.cc
@@ -59,7 +59,7 @@ TEST_F(LP1KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 27690);
+ ASSERT_EQ(wire_count, 32802);
}
TEST_F(LP1KTest, pip_names)
@@ -70,7 +70,7 @@ TEST_F(LP1KTest, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
- ASSERT_EQ(pip_count, 319904);
+ ASSERT_EQ(pip_count, 345504);
}
TEST_F(LP1KTest, uphill_to_downhill)
diff --git a/tests/ice40/lp384.cc b/tests/ice40/lp384.cc
index a2d91e7d..a030b77b 100644
--- a/tests/ice40/lp384.cc
+++ b/tests/ice40/lp384.cc
@@ -59,7 +59,7 @@ TEST_F(LP384Test, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
- ASSERT_EQ(wire_count, 8302);
+ ASSERT_EQ(wire_count, 9830);
}
TEST_F(LP384Test, pip_names)
@@ -70,7 +70,7 @@ TEST_F(LP384Test, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
- ASSERT_EQ(pip_count, 86864);
+ ASSERT_EQ(pip_count, 94544);
}
TEST_F(LP384Test, uphill_to_downhill)
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)
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)