FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
772 stars 131 forks source link

Tweaking the verify command warnings. #353

Closed zapta closed 4 months ago

zapta commented 4 months ago

This PR introduces two changes regarding code warnings generated by apio verify command:

  1. Now it always runs iverilog such that the user can see if there are any warnings.

  2. It defines to macro -D VCD_OUTPUT=dummy_vcd_output to avoid verify warnings from testbenches that refer to that macro.