• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nickg / nvc / 24148831966
92%

Build:
DEFAULT BRANCH: master
Ran 08 Apr 2026 05:30PM UTC
Jobs 1
Files 101
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Apr 2026 05:18PM UTC coverage: 92.408% (-0.001%) from 92.409%
24148831966

push

github

web-flow
Verilog: support generate case and else-if constructs (#1484)

Add parsing support for two generate constructs that were previously
unsupported:

1. case generate construct (IEEE 1800-2023 section 27.5):
   Parses case/endcase in generate context and lowers it to an
   equivalent V_IF_GENERATE with equality comparisons, so the
   existing simplifier and elaborator handle it without a new node
   kind.  Supports multiple comma-separated labels per alternative
   and the default branch.

2. else-if in if generate construct:
   Previously only a single else branch was parsed.  Now chains of
   else-if are collected as additional V_COND entries in the same
   V_IF_GENERATE node, matching the existing simplifier logic that
   iterates over multiple conditions.

Both constructs are commonly used in Xilinx Vivado-generated IP
cores (e.g. gtwizard_ultrascale GT transceiver wrappers).

Co-authored-by: Rafał Hibner <rafal.hibner@secom.com.pl>

43 of 50 new or added lines in 1 file covered. (86.0%)

1 existing line in 1 file now uncovered.

76267 of 82533 relevant lines covered (92.41%)

594992.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
95.44
-0.14% src/vlog/vlog-parse.c

Coverage Regressions

Lines Coverage ∆ File
1
95.44
-0.14% src/vlog/vlog-parse.c
Jobs
ID Job ID Ran Files Coverage
1 24148831966.1 08 Apr 2026 05:30PM UTC 101
92.41
GitHub Action Run
Source Files on build 24148831966
  • Tree
  • List 101
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 37076f8b on github
  • Prev Build on master (#24100577917)
  • Next Build on master (#24148914215)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc