dvb_fpga icon indicating copy to clipboard operation
dvb_fpga copied to clipboard

Simulation

Open HagarYassin opened this issue 1 year ago • 1 comments

Hello, i need to know how to test and simulate each block of the project individually please. I use ghdl and gtkwave on ubuntu 24.04 to run the project.

HagarYassin avatar May 26 '24 01:05 HagarYassin

You can follow instructions for running locally, but add -i (or --individual-config-runs) to calls to ./run.py. For example, to list all the tests for inviditual blocks you can do ./run.py -il.

suoto avatar Nov 13 '24 14:11 suoto