You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below constructs are under-discussed or missing in the manual:
register (this is mentioned in the Tutorial portion and elsewhere, and is probably obvious, but a core construct like this deserves its own dedicated section in the Language section)
assert (the manual uses assert liberally without really specifying what it does)
instantiation ... with (this shows up in prelude_mem.sail in the RISC-V model)
pure and impure (used as FFI annotations in the RISC-V model)
foreach : (the grammar indicates there are also foreach ... by and foreach ... by .. in flavors; are they useful?)
The text was updated successfully, but these errors were encountered:
The below constructs are under-discussed or missing in the manual:
register
(this is mentioned in the Tutorial portion and elsewhere, and is probably obvious, but a core construct like this deserves its own dedicated section in the Language section)assert
(the manual usesassert
liberally without really specifying what it does)instantiation ... with
(this shows up inprelude_mem.sail
in the RISC-V model)pure
andimpure
(used as FFI annotations in the RISC-V model)foreach
: (the grammar indicates there are alsoforeach ... by
andforeach ... by .. in
flavors; are they useful?)The text was updated successfully, but these errors were encountered: