summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbongwa Bonalais2021-10-11 18:03:29 +0100
committerGitHub2021-10-11 17:03:29 +0000
commitd06ba691859122330c83d1b8ec0e14be89af2bff (patch)
tree431eb83bce8b3409ce256eaf7dc15e069aee7d41 /docs
parent2439974eea33017f6cea220e62f4736694ba0ed2 (diff)
Added title to blackboxes.md (#2168)
* Added title * Update docs/src/explanations/blackboxes.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/explanations/blackboxes.md3
1 files changed, 3 insertions, 0 deletions
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.