From d623a718b78a65e1300f3df0b33f89d80e4a7cb8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 12 Apr 2016 20:56:10 +0200 Subject: Disabled CATCH_ILLINSN for torture test (needs sbreak) --- scripts/torture/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/torture') 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) -- cgit