summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8fd52158..12423672 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,10 @@ like:
*TODO: Verilator support*
### Data Types Overview
-These are the base data types for defining circuit wires:
+These are the base data types for defining circuit wires (abstract types which
+may not be instantiated are greyed out):
-![Image](../master/docs/images/type_hierarchy.svg?raw=true)
+![Image](doc/images/type_hierarchy.png?raw=true)
### Chisel Tutorial
*TODO: quick howto for running chisel-tutorial*