aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/torture/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/torture/config.py')
-rw-r--r--scripts/torture/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/torture/config.py b/scripts/torture/config.py
index f1b63fb..478f046 100644
--- a/scripts/torture/config.py
+++ b/scripts/torture/config.py
@@ -18,6 +18,7 @@ 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)