index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cheri
/
sail_latexcc
/
sailccfncastunitvec.tex
blob: 1bb7a9e0418a3e92d129f8c48c19682bd6fc41cf (
plain
)
1
2
3
4
function cast
_
unit
_
vec b = match b
{
bitzero => 0b0,
_
=> 0b1
}