aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-04 16:04:27 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-04 16:04:27 +0200
commit09dbcdcfa8c44b420c4a1763f599fd0e59e00d97 (patch)
tree048da0e22e1d4498c494be3d7832dc0061d42311 /tests
parent487299b564b5dc4e2f8d34c36f7e23e3791daf93 (diff)
downloadnextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.tar.gz
nextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.tar.bz2
nextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.zip
Test compile fix
Diffstat (limited to 'tests')
-rw-r--r--tests/ice40/hx1k.cc1
-rw-r--r--tests/ice40/hx8k.cc1
-rw-r--r--tests/ice40/lp1k.cc1
-rw-r--r--tests/ice40/lp384.cc1
-rw-r--r--tests/ice40/lp8k.cc1
-rw-r--r--tests/ice40/up5k.cc1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc
index afc007af..6c3205f3 100644
--- a/tests/ice40/hx1k.cc
+++ b/tests/ice40/hx1k.cc
@@ -29,7 +29,6 @@ class HX1KTest : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::HX1K;
chipArgs.package = "tq144";
ctx = new Context(chipArgs);
diff --git a/tests/ice40/hx8k.cc b/tests/ice40/hx8k.cc
index 6197a106..485a2d31 100644
--- a/tests/ice40/hx8k.cc
+++ b/tests/ice40/hx8k.cc
@@ -29,7 +29,6 @@ class HX8KTest : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::HX8K;
chipArgs.package = "ct256";
ctx = new Context(chipArgs);
diff --git a/tests/ice40/lp1k.cc b/tests/ice40/lp1k.cc
index b05fca24..b1092700 100644
--- a/tests/ice40/lp1k.cc
+++ b/tests/ice40/lp1k.cc
@@ -29,7 +29,6 @@ class LP1KTest : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP1K;
chipArgs.package = "tq144";
ctx = new Context(chipArgs);
diff --git a/tests/ice40/lp384.cc b/tests/ice40/lp384.cc
index 150bf5da..287293d9 100644
--- a/tests/ice40/lp384.cc
+++ b/tests/ice40/lp384.cc
@@ -29,7 +29,6 @@ class LP384Test : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP384;
chipArgs.package = "qn32";
ctx = new Context(chipArgs);
diff --git a/tests/ice40/lp8k.cc b/tests/ice40/lp8k.cc
index 0ff2328b..efe61b5b 100644
--- a/tests/ice40/lp8k.cc
+++ b/tests/ice40/lp8k.cc
@@ -29,7 +29,6 @@ class LP8KTest : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP8K;
chipArgs.package = "ct256";
ctx = new Context(chipArgs);
diff --git a/tests/ice40/up5k.cc b/tests/ice40/up5k.cc
index 3282cba7..342a7c0a 100644
--- a/tests/ice40/up5k.cc
+++ b/tests/ice40/up5k.cc
@@ -29,7 +29,6 @@ class UP5KTest : public ::testing::Test
protected:
virtual void SetUp()
{
- IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::UP5K;
chipArgs.package = "sg48";
ctx = new Context(chipArgs);