From 463a352e044341d38524b791be8a74d7815239d3 Mon Sep 17 00:00:00 2001 From: Abongwa Bonalais Date: Wed, 13 Oct 2021 05:00:12 +0100 Subject: 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 Co-authored-by: Megan Wachs --- docs/src/appendix/experimental-features.md | 2 ++ 1 file changed, 2 insertions(+) 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 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 -- cgit v1.2.3