From: Sebastien Bourdeauducq Date: Wed, 27 Jun 2012 22:43:27 +0000 (+0200) Subject: doc: link df simulation example X-Git-Tag: 24jan2021_ls180~2099^2~879 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a50df0a6ed741db0a838e5764b33be034606a17d;p=litex.git doc: link df simulation example --- diff --git a/doc/dataflow.rst b/doc/dataflow.rst index b1bca206..6dde22fd 100644 --- a/doc/dataflow.rst +++ b/doc/dataflow.rst @@ -181,6 +181,8 @@ The ``Token`` class contains the following items: * The name of the endpoint from which it is to be received, or to which it is to be transmitted. This value is not modified by the transaction. * A dictionary of values corresponding to the fields of the token. Fields that are lower-level records are represented by another dictionary. This item should be set to ``None`` (default) when receiving from a sink. +See :ref:`dfsimexample` for an example demonstrating the use of these actors. + Arithmetic and logic actors =========================== diff --git a/doc/simulation.rst b/doc/simulation.rst index 41db27de..ce0a6d91 100644 --- a/doc/simulation.rst +++ b/doc/simulation.rst @@ -160,6 +160,8 @@ Abstract bus transactions .. include:: ../examples/sim/abstract_transactions.py :code: python +.. _dfsimexample: + Dataflow simulation actors ========================== .. include:: ../examples/sim/dataflow.py