UCSBarchlab / PyRTL

A collection of classes providing simple hardware specification, simulation, tracing, and testing suitable for teaching and research. Simplicity, usability, clarity, and extensibility are the overarching goals, rather than performance or optimization.
http://ucsbarchlab.github.io/PyRTL
BSD 3-Clause "New" or "Revised" License
257 stars 78 forks source link

Use `-V` for checking yosys, rather than `--version`, for more compatibility #396

Closed mdko closed 3 years ago

mdko commented 3 years ago

Older versions of Yosys before this change only recognize -V for checking the version. This PR uses that flag in the tests instead for better compatiblity.

codecov-commenter commented 3 years ago

Codecov Report

Merging #396 (756d6c1) into development (1e9ad79) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #396   +/-   ##
============================================
  Coverage        90.68%   90.68%           
============================================
  Files               24       24           
  Lines             5988     5988           
============================================
  Hits              5430     5430           
  Misses             558      558           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e9ad79...756d6c1. Read the comment docs.