mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Reorganize examples folder
This commit is contained in:
parent
8a23451237
commit
973c00938d
15 changed files with 10 additions and 5 deletions
|
@ -572,25 +572,30 @@ Simulation examples
|
||||||
|
|
||||||
Most basic
|
Most basic
|
||||||
==========
|
==========
|
||||||
.. include:: ../examples/basic_sim.py
|
.. include:: ../examples/sim/basic1.py
|
||||||
:code: python
|
:code: python
|
||||||
|
|
||||||
A few more features
|
A few more features
|
||||||
===================
|
===================
|
||||||
.. include:: ../examples/basic2_sim.py
|
.. include:: ../examples/sim/basic2.py
|
||||||
:code: python
|
:code: python
|
||||||
|
|
||||||
Memory access
|
Memory access
|
||||||
=============
|
=============
|
||||||
.. include:: ../examples/memory_sim.py
|
.. include:: ../examples/sim/memory.py
|
||||||
:code: python
|
:code: python
|
||||||
|
|
||||||
A FIR filter
|
A FIR filter
|
||||||
============
|
============
|
||||||
.. include:: ../examples/fir.py
|
.. include:: ../examples/sim/fir.py
|
||||||
:code: python
|
:code: python
|
||||||
|
|
||||||
Abstract bus transactions
|
Abstract bus transactions
|
||||||
=========================
|
=========================
|
||||||
.. include:: ../examples/abstract_transactions.py
|
.. include:: ../examples/sim/abstract_transactions.py
|
||||||
|
:code: python
|
||||||
|
|
||||||
|
Dataflow simulation actors
|
||||||
|
==========================
|
||||||
|
.. include:: ../examples/sim/dataflow.py
|
||||||
:code: python
|
:code: python
|
||||||
|
|
Loading…
Reference in a new issue