doc/dataflow: remove ALA
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 10 Feb 2013 17:57:03 +0000 (18:57 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 10 Feb 2013 17:57:03 +0000 (18:57 +0100)
doc/dataflow.rst

index 8026c107046f90820db99f3a33c8c2acb9ce2bea..cb5d62fa42c86039131492190946ba02538c157c 100644 (file)
@@ -187,15 +187,6 @@ The ``Token`` class contains the following items:
 
 See ``dataflow.py`` in the examples folder of the Migen sources for a demonstration of the use of these actors.
 
-Arithmetic and logic actors
-===========================
-
-The ``migen.actorlib.ala`` module provides arithmetic and logic actors for the usual integer operations.
-
-If complex operation combinations are needed, the ``ComposableNode`` class can be used. It overloads Python operators to make them instantiate the arithmetic and logic actors and connect them into an existing network. This creates a small internal domain-specific language (DSL).
-
-The ``ComposableNode`` class is a derivative of the ``ActorNode`` class (see :ref:`actornetworks`) and should be used in the place of the latter when the DSL feature is desired.
-
 .. _busactors:
 
 Bus actors