isla 0.2.0

Isla is a symbolic execution engine for Sail instruction set architecture specifications.
Documentation
arch = "RISCV"
name = "R"
hash = "12120a3e76b4eff4146cc459b65362fc"
cycle = "Fre PodWW Wse PodWR"
relax = ""
safe = "Fre Wse PodWW PodWR"
generator = "diy7 (version 7.51+4(dev))"
prefetch = "0:x=F,0:y=W,1:y=F,1:x=T"
com = "Ws Fr"
orig = "PodWW Wse PodWR Fre"
symbolic = ["x", "y"]

[thread.0]
init = { x7 = "y", x6 = "x", x5 = "1" }
code = """
	sw x5,0(x6)
	sw x5,0(x7)
"""

[thread.1]
init = { x8 = "x", x6 = "y", x5 = "2" }
code = """
	sw x5,0(x6)
	lw x7,0(x8)
"""

[final]
expect = "sat"
assertion = "*y = 2 & 1:x7 = 0"