From 1794b45ed34fc18e2a89baf503eacd002c9e85a7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 10 Feb 2013 19:03:18 +0100 Subject: [PATCH] doc/dataflow: remove ActorNode --- doc/dataflow.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dataflow.rst b/doc/dataflow.rst index cb5d62fa..dee9256f 100644 --- a/doc/dataflow.rst +++ b/doc/dataflow.rst @@ -254,10 +254,10 @@ Migen represents an actor network using the ``migen.flow.network.DataFlowGraph`` .. [networkx] http://networkx.lanl.gov/ -Nodes of the graph are instances of the ``migen.flow.network.ActorNode`` class. The latter can represent actors in two ways: +Nodes of the graph are either: -* A reference to an existing actor (*physical actor*). -* An class and a dictionary (*abstract actor*), meaning that the actor class should be instantiated with the parameters from the dictionary. This form is needed to enable optimizations such as actor duplication or sharing during elaboration. +* An existing actor (*physical actor*). +* An instance of ``migen.flow.network.AbstractActor``, containing the actor class and a dictionary (*abstract actor*). It means that the actor class should be instantiated with the parameters from the dictionary. This form is needed to enable optimizations such as actor duplication or sharing during elaboration. Edges of the graph represent the flow of data between actors. They have the following data properties: -- 2.30.2