aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/torture
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-12 20:56:10 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-12 20:56:10 +0200
commitd623a718b78a65e1300f3df0b33f89d80e4a7cb8 (patch)
tree4145bd174884496030b5d8ee6e444d9885895e8a /scripts/torture
parent2c76f7d61b4ca1a55d9c129336ba9f34cd4efeeb (diff)
downloadpicorv32-d623a718b78a65e1300f3df0b33f89d80e4a7cb8.tar.gz
picorv32-d623a718b78a65e1300f3df0b33f89d80e4a7cb8.zip
Disabled CATCH_ILLINSN for torture test (needs sbreak)
Diffstat (limited to 'scripts/torture')
-rw-r--r--scripts/torture/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/torture/config.py b/scripts/torture/config.py
index 478f046..f1b63fb 100644
--- a/scripts/torture/config.py
+++ b/scripts/torture/config.py
@@ -18,7 +18,6 @@ with open("config.vh", "w") as f:
print(".TWO_CYCLE_COMPARE(%d)," % np.random.randint(2), file=f)
print(".TWO_CYCLE_ALU(%d)," % np.random.randint(2), file=f)
print(".CATCH_MISALIGN(%d)," % np.random.randint(2), file=f)
- print(".CATCH_ILLINSN(%d)," % np.random.randint(2), file=f)
print(".COMPRESSED_ISA(%d)," % compressed_isa, file=f)
print(".ENABLE_MUL(%d)," % enable_mul, file=f)
print(".ENABLE_DIV(%d)" % enable_div, file=f)