aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/frontend-notes.04.16.15.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/notes/frontend-notes.04.16.15.txt b/notes/frontend-notes.04.16.15.txt
index fb7c1af9..7c571286 100644
--- a/notes/frontend-notes.04.16.15.txt
+++ b/notes/frontend-notes.04.16.15.txt
@@ -9,6 +9,14 @@ sub-wrap -> subw
bit-and -> and
bit-or -> or
bit-xor -> xor
+on-reset -> onreset
+reg now has reset and clock
+cmem/smem now has clock
+accessor -> infer accessor
+"Clock" is now a type, so the following declares a clock port:
+module Queue :
+ input clk : Clock
+ ...