summaryrefslogtreecommitdiff
path: root/docs/src/explanations/blackboxes.md
diff options
context:
space:
mode:
authorJack2021-12-18 08:27:38 +0000
committerJack2021-12-18 08:27:38 +0000
commitdd9ad534771247ac16eaa47eb9794102736b5102 (patch)
treed4566d317cb8526b79017de1e438aea8217dd1d4 /docs/src/explanations/blackboxes.md
parent440edc4436fb3a8a4175ae425a0d31c4997ee60f (diff)
parentf50f74f583fba7b98e550c440df091e559ce32b8 (diff)
Merge branch 'master' into 3.5-release
Diffstat (limited to 'docs/src/explanations/blackboxes.md')
-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.