aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/tutorial')
-rw-r--r--src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala b/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala
index e7a53ec5..87cc3c59 100644
--- a/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala
+++ b/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala
@@ -82,7 +82,7 @@ class Ledger {
* creating new WIR nodes, use the following "unknown" values in the WIR node, and then call [[firrtl.ResolveAndCheck]]
* at the end of your transform:
* - Kind -> ExpKind
- * - Gender -> UNKNOWNGENDER
+ * - Flow -> UnknownFlow
* - Type -> UnknownType
*
* The following [[firrtl.CircuitForm]]s require WIR instead of IR nodes: