mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
22 lines
No EOL
546 B
ReStructuredText
22 lines
No EOL
546 B
ReStructuredText
.. _simulation-index:
|
|
|
|
========================
|
|
Simulation
|
|
========================
|
|
|
|
.. 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`
|
|
|
|
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>` |