aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorazidar2015-07-10 13:25:21 -0700
committerazidar2015-07-10 13:25:21 -0700
commit1ed6d4a47c92072b12db4b784f239071e4928049 (patch)
tree6849092b4591be05654f931511202a3b1aceb8d1 /notes
parenta62fea153cf01e9f7517c6889198d02e5fbbb266 (diff)
Added clock support
Diffstat (limited to 'notes')
-rw-r--r--notes/frontend-notes.04.16.15.txt11
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