index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cheri
/
sail_latexcc
/
sailccfnbittobool.tex
blob: a5eea5780928b0c2053bb6494271674c11413a4e (
plain
)
1
2
3
4
function bit
_
to
_
bool b = match b
{
bitone => true,
_
=> false
}