FPGAwars / apio

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

Made the lint command working with primitive cells + 2 minor tweaks. #416

Closed zapta closed 2 months ago

zapta commented 2 months ago
  1. Made the lint command working with yosys library primitive cells. This require creating the target hardware.vlt with averilator's config.

  2. (minor) Removed an extra 'that' from the commands' help text.

  3. (Minor) Rename variable 'var' to 'variables' to convey plurality.