summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackbackrack2015-04-27 15:58:20 -0700
committerjackbackrack2015-04-27 15:58:20 -0700
commit136352557ba0c6b9c97621e9dfefb4009faef7cc (patch)
tree0d4b04d90e5efd95b04e02bfd7c8c5e1cc210b8c /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..58f3c3a1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+chisel3 is a new FIRRTL based chisel
+
+the current backward incompatiabilities with chisel 2.x are:
+
+val wire = Bits(width = 15)
+
+is
+
+val wire = Wire(Bits(width = 15))