From a594ccef986c4567730fee729bdea9ed9aefed38 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Wed, 17 Jul 2019 14:08:33 -0400 Subject: Rename gender to flow The following names are changed: - gender -> flow - Gender -> Flow - MALE -> SourceFlow - FEMALE -> SinkFlow - BIGENDER -> DuplexFlow - UNKNOWNGENDER -> UnknownFlow Signed-off-by: Schuyler Eldridge --- src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/scala/tutorial') 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: -- cgit v1.2.3