Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[slang] Introduce clock resolution support (SystemVerilog LRM 16.13/16.16 sections). #1027

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Fix comments

751e1c7
Select commit
Loading
Failed to load commit list.
Open

[slang] Introduce clock resolution support (SystemVerilog LRM 16.13/16.16 sections). #1027

Fix comments
751e1c7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 13, 2024 in 0s

94.87% (target 85.00%)

View this Pull Request on Codecov

94.87% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 96.48712% with 15 lines in your changes missing coverage. Please review.

Project coverage is 94.87%. Comparing base (73b79be) to head (751e1c7).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1027      +/-   ##
==========================================
+ Coverage   94.69%   94.87%   +0.18%     
==========================================
  Files         191      193       +2     
  Lines       47553    48023     +470     
==========================================
+ Hits        45031    45563     +532     
+ Misses       2522     2460      -62     
Files Coverage Δ
include/slang/ast/Compilation.h 100.00% <ø> (ø)
include/slang/driver/Driver.h 100.00% <ø> (ø)
source/ast/Compilation.cpp 96.75% <100.00%> (+0.02%) ⬆️
source/driver/Driver.cpp 94.95% <80.00%> (-0.15%) ⬇️
source/ast/ClockResolution.cpp 99.41% <99.41%> (ø)
include/slang/ast/ClockResolution.h 82.60% <82.60%> (ø)

... and 20 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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