summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbongwa Bonalais2021-10-13 05:00:12 +0100
committerGitHub2021-10-13 04:00:12 +0000
commit463a352e044341d38524b791be8a74d7815239d3 (patch)
treee0ba8e56d4e8ac5689bc446aa63fd1d02061b81d /docs
parentffa0831c736c7d5296964bc65536ac256220dcaa (diff)
Update experimental-features.md (#2175)
* Update experimental-features.md Added title to Experimental features * Update experimental-features.md * Update docs/src/appendix/experimental-features.md Co-authored-by: Megan Wachs <megan@sifive.com> Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/src/appendix/experimental-features.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/appendix/experimental-features.md b/docs/src/appendix/experimental-features.md
index 4b1208aa..92226f8f 100644
--- a/docs/src/appendix/experimental-features.md
+++ b/docs/src/appendix/experimental-features.md
@@ -3,6 +3,7 @@ layout: docs
title: "Experimental Features"
section: "chisel3"
---
+# Experimental Features
Chisel has a number of new features that are worth checking out. This page is an informal list of these features and projects.
@@ -12,6 +13,7 @@ Chisel has a number of new features that are worth checking out. This page is a
- [Interval Type](#interval-type)
- [Loading Memories for simulation or FPGA initialization](#loading-memories)
+
### FixedPoint <a name="fixed-point"></a>
FixedPoint numbers are basic *Data* type along side of UInt, SInt, etc. Most common math and logic operations
are supported. Chisel allows both the width and binary point to be inferred by the Firrtl compiler which can simplify