| Age | Commit message (Collapse) | Author |
|
|
|
|
|
File "test/regbits.sail", line 23, character 3 to line 23, character 4
Type error: Can only assign to identifiers with type register or reg,
found identifier CA with type bit
|
|
interpreter.
An alias can be read within the interpreter, but not written to. Exits aren't yet taken in the interpreter.
|
|
Changes syntax of tuple type from * to , so that nexps of the form 8 * 'n can be supported in the parser, which was apparently not true before.
|
|
|
|
No support for non-contiguous writes.
|
|
Register-reading action isn't reading the subreg correctly still (seems to be making up a value though).
Corrects but to vectors.sail and power.sail use of plus.
(A new bug in power.sail is exposed using a binary operator with one value)
|
|
available for field lookups of registers; this feature still not fully working.
|
|
run_interp handles SubReg register forms.
|
|
|