diff options
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/frontend-notes.04.16.15.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/frontend-notes.04.16.15.txt b/notes/frontend-notes.04.16.15.txt index 23da75d9..fb7c1af9 100644 --- a/notes/frontend-notes.04.16.15.txt +++ b/notes/frontend-notes.04.16.15.txt @@ -1,6 +1,17 @@ ======= Fixes to Jonathan's Front-end ====== == TODO == +convert -> cvt +as-UInt -> asUInt +as-SInt -> asSInt +add-wrap -> addw +sub-wrap -> subw +bit-and -> and +bit-or -> or +bit-xor -> xor + + + Fixing chisel3 front-end bugs: LFSR16: "concat" -> "cat" MemorySearch: name collision with node done and output done |
