Reorganize examples folder

This commit is contained in:
Sebastien Bourdeauducq 2012-06-12 17:49:50 +02:00
parent 8a23451237
commit 973c00938d
15 changed files with 10 additions and 5 deletions

View file

@ -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