diff options
| author | azidar | 2015-07-10 13:25:21 -0700 |
|---|---|---|
| committer | azidar | 2015-07-14 11:29:55 -0700 |
| commit | 0bfb3618b654a4082cc2780887b3ca32e374f455 (patch) | |
| tree | 230b7cbc96589be229e6f3d87f21300fb8fd84c3 /notes | |
| parent | 0d63d521de85d1c6b9109e019101d0f575d063f7 (diff) | |
Added clock support
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 |
