summaryrefslogtreecommitdiff
path: root/docs/src/explanations/naming.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/explanations/naming.md')
-rw-r--r--docs/src/explanations/naming.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/explanations/naming.md b/docs/src/explanations/naming.md
index 60c653aa..a9f21936 100644
--- a/docs/src/explanations/naming.md
+++ b/docs/src/explanations/naming.md
@@ -3,6 +3,7 @@ layout: docs
title: "Naming"
section: "chisel3"
---
+# Naming
Historically, Chisel has had trouble reliably capturing the names of signals. The reasons for this are due to (1)
primarily relying on reflection to find names, (2) using `@chiselName` macro which had unreliable behavior.