mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
doc: link df simulation example
This commit is contained in:
parent
fa5a9915c3
commit
a50df0a6ed
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
===========================
|
||||
|
||||
|
|
|
@ -160,6 +160,8 @@ Abstract bus transactions
|
|||
.. include:: ../examples/sim/abstract_transactions.py
|
||||
:code: python
|
||||
|
||||
.. _dfsimexample:
|
||||
|
||||
Dataflow simulation actors
|
||||
==========================
|
||||
.. include:: ../examples/sim/dataflow.py
|
||||
|
|
Loading…
Reference in a new issue