gen/fhdl: add simulation Display, Finish support.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 9 Dec 2018 08:45:17 +0000 (09:45 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 9 Dec 2018 08:45:17 +0000 (09:45 +0100)
commitfa260f5b425b83afa08264fc8dee0feba2a32921
treed0efbc2477fa6953348bb875de50c3929ade1235
parent92a6169d2a793fdea47add1d667ab5a43eb1bbe2
gen/fhdl: add simulation Display, Finish support.

In some simulation cases, it's easier to add debug traces directly in the code
than in the verilog/Migen testbench. This adds support for verilog $display in
Migen code.

Being able to terminate a simulation from the code is also useful, this also
add support for verilog $finish.
litex/gen/fhdl/verilog.py