From 155fef9f1655ad08360e9c6493a2f664d92ddf68 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Wed, 25 Jul 2018 13:51:04 +0100 Subject: ice40: fix wire_num in tests --- tests/ice40/hx1k.cc | 2 +- tests/ice40/hx8k.cc | 2 +- tests/ice40/lp1k.cc | 2 +- tests/ice40/lp384.cc | 2 +- tests/ice40/lp8k.cc | 2 +- tests/ice40/up5k.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc index 6c3205f3..b7990a82 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, 27682); + ASSERT_EQ(wire_count, 27690); } TEST_F(HX1KTest, pip_names) diff --git a/tests/ice40/hx8k.cc b/tests/ice40/hx8k.cc index 485a2d31..d5b489eb 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, 135174); + ASSERT_EQ(wire_count, 135182); } TEST_F(HX8KTest, pip_names) diff --git a/tests/ice40/lp1k.cc b/tests/ice40/lp1k.cc index b1092700..b258d115 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, 27682); + ASSERT_EQ(wire_count, 27690); } TEST_F(LP1KTest, pip_names) diff --git a/tests/ice40/lp384.cc b/tests/ice40/lp384.cc index 287293d9..a2d91e7d 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, 8294); + ASSERT_EQ(wire_count, 8302); } TEST_F(LP384Test, pip_names) diff --git a/tests/ice40/lp8k.cc b/tests/ice40/lp8k.cc index efe61b5b..a1c8c88c 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, 135174); + ASSERT_EQ(wire_count, 135182); } TEST_F(LP8KTest, pip_names) 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) -- cgit v1.2.3