From d06ba691859122330c83d1b8ec0e14be89af2bff Mon Sep 17 00:00:00 2001 From: Abongwa Bonalais Date: Mon, 11 Oct 2021 18:03:29 +0100 Subject: Added title to blackboxes.md (#2168) * Added title * Update docs/src/explanations/blackboxes.md Co-authored-by: Megan Wachs Co-authored-by: Megan Wachs --- docs/src/explanations/blackboxes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/src') diff --git a/docs/src/explanations/blackboxes.md b/docs/src/explanations/blackboxes.md index 4ecd1ea0..a2a041a7 100644 --- a/docs/src/explanations/blackboxes.md +++ b/docs/src/explanations/blackboxes.md @@ -3,6 +3,9 @@ layout: docs title: "Blackboxes" section: "chisel3" --- + +# BlackBoxes + Chisel *BlackBoxes* are used to instantiate externally defined modules. This construct is useful for hardware constructs that cannot be described in Chisel and for connecting to FPGA or other IP not defined in Chisel. -- cgit v1.2.3