index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test2.sail
blob: 778e69cbed9ba2eeeb3406e44868ad1d1bfd4161 (
plain
)
1
2
3
4
function unit main ( < bit > x ) = { 42 } let unit run = main ( 42 )