Andre Souto
Andre Souto
> What I could observe, is that verilator stops on the errors, once the are corrected it shows the warnings. The logging error messages are the matched contents from the...
I've got a tool I use for VHDL called [HDL Code Checker](https://github.com/suoto/hdlcc) that uses existing tools out there for linting and takes care of working out compilation order. I recently...
Created PR #2804, took a bit longer to finish HDL Checker's latest release. :+1:
In questions 1 and 2, are you asking about symbol rate? I'd be interested in writing a receiver as well, but I haven't had the time to dedicate to it....
You can follow instructions for [running locally](https://github.com/OpenResearchInstitute/dvb_fpga?tab=readme-ov-file#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...
Can you check if you run has dummy frames enabled? Also, the behavior changes slightly based on the configuration, the waveform in the wiki shows normal frame, QPSK and code...
Is it possible to zoom in on the encoder's data input? I see your tvalid is toggling, maybe that's propagating to the output. We regards to the frequency change in...