abs-tudelft / vhdeps

VHDL dependency analyzer
Apache License 2.0
21 stars 2 forks source link

Fix vsim numeric_std et al. warning suppression option #31

Closed jvanstraten closed 4 years ago

jvanstraten commented 4 years ago

As listed in the comments, the relevant globals were being set to True, which modelsim internally doesn't consider to be 1, even though there's actually an error check when setting the variable.

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         703    703           
=====================================
  Hits          703    703
Impacted Files Coverage Δ
vhdeps/targets/shared.py 100% <100%> (ø) :arrow_up:
vhdeps/targets/vsim.py 100% <100%> (ø) :arrow_up:
vhdeps/targets/ghdl.py 100% <100%> (ø) :arrow_up:

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 e83ccb8...75f8115. Read the comment docs.