mirror of https://github.com/YosysHQ/picorv32.git
Disabled CATCH_ILLINSN for torture test (needs sbreak)
This commit is contained in:
parent
2c76f7d61b
commit
d623a718b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue