diff options
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/frontend-notes.04.16.15.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/notes/frontend-notes.04.16.15.txt b/notes/frontend-notes.04.16.15.txt new file mode 100644 index 00000000..14634e5e --- /dev/null +++ b/notes/frontend-notes.04.16.15.txt @@ -0,0 +1,13 @@ +======= Fixes to Jonathan's Front-end ====== +Remove type from node emission + +Currently, these are not equivalent because we will fail a type check: +output in { input x : UInt, input y : UInt} +=> +input in {x : UInt, y : UInt} + +Switch "input" -> "flip" and "output" to "" within a bundle +Switch "add-mod" -> "add-wrap" +Switch "multiplex" -> "mux" +Switch "greater" -> "gt" + |
