From 36e722394cef921967232c63c6e50f5d6bbc0d26 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 3 Mar 2021 11:15:31 -0800 Subject: Add header for chisel-enum.md (#1800) --- docs/src/explanations/chisel-enum.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/src/explanations/chisel-enum.md b/docs/src/explanations/chisel-enum.md index c4ee6af6..cb017239 100644 --- a/docs/src/explanations/chisel-enum.md +++ b/docs/src/explanations/chisel-enum.md @@ -1,3 +1,9 @@ +--- +layout: docs +title: "Enumerations" +section: "chisel3" +--- + # ChiselEnum The ChiselEnum type can be used to reduce the chance of error when encoding mux selectors, opcodes, and functional unit operations. In contrast with`Chisel.util.Enum`, `ChiselEnum` are subclasses of `Data`, which means that they can be used to define fields in `Bundle`s, including in `IO`s. -- cgit v1.2.3