mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
17 lines
No EOL
360 B
ReStructuredText
17 lines
No EOL
360 B
ReStructuredText
.. _simulation-index:
|
|
|
|
========================
|
|
Simulation
|
|
========================
|
|
|
|
Simulations are avalaible in ./lib/sata/test:
|
|
- crc_tb
|
|
- scrambler_tb
|
|
- phy_datapath_tb
|
|
- link_tb
|
|
- command_tb
|
|
- bist_tb
|
|
|
|
hdd.py is a simplified HDD model implementing all SATA layers.
|
|
To run a simulation, move to ./lib/sata/test and run:
|
|
- make simulation_name |