From c442fe670afa4fc21c2c78f11a3957283a9b2391 Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 29 Jul 2015 20:18:04 -0700 Subject: Updated frontend changes --- notes/frontend-notes.04.16.15.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'notes') 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 + ... -- cgit v1.2.3