aboutsummaryrefslogtreecommitdiff
path: root/notes/frontend-notes.04.16.15.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/frontend-notes.04.16.15.txt')
-rw-r--r--notes/frontend-notes.04.16.15.txt13
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"
+