litex/misoclib/mem/litesata/doc/source/docs/simulation/index.rst

22 lines
546 B
ReStructuredText
Raw Normal View History

.. _simulation-index:
========================
Simulation
========================
2015-01-19 17:28:14 -05:00
2015-01-22 11:44:04 -05:00
.. note::
Please contribute to this document, or support us financially to write it.
Simulations are available in ./test:
- :code:`crc_tb`
- :code:`scrambler_tb`
- :code:`phy_datapath_tb`
- :code:`link_tb`
- :code:`command_tb`
- :code:`bist_tb`
- :code:`striping_tb`
- :code:`mirroring_tb`
2015-01-19 17:28:14 -05:00
2015-05-05 20:02:22 -04:00
Models for all the layers of SATA and a simplified HDD model are provided.
To run a simulation, go to ./test and run:
- :code:`make <simulation_name>`