summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorducky2015-10-07 13:05:28 -0700
committerducky2015-10-08 13:50:17 -0700
commita1561f4751361e4de7afd9a071dbec86d309455b (patch)
tree5e1e55a03a0b594d717a828c66b26eff21450b6f /README.md
parent99a0490828d92f69d57f258ffdb335dddc7d9771 (diff)
Remove flowed text
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*