aboutsummaryrefslogtreecommitdiff
path: root/notes/frontend-notes.04.16.15.txt
blob: 14634e5e869be2df73b9b0e9b8281d46b45c8525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"