eff0ba5f7a3de758ed4ee4f6ee23654c6301b577
[litex.git] / doc / simulation.rst
1 Simulating a Migen design
2 #########################
3
4 Migen allows you to easily simulate your FHDL design and interface it with arbitrary Python code. The simulator is written in pure Python and interprets the FHDL structure directly without using an external Verilog simulator.
5
6 [To be rewritten]