Commit 973c0093 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

Reorganize examples folder

parent 8a234512
...@@ -572,25 +572,30 @@ Simulation examples ...@@ -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
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment