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

leonardt / verilogAST-cpp
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: simplify-regex
DEFAULT BRANCH: master
Repo Added 02 May 2019 07:52PM CUT
Files 10
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

LAST BUILD ON BRANCH inline-index-then-slice
branch: inline-index-then-slice
CHANGE BRANCH
x
Reset
  • inline-index-then-slice
  • 0.0.1
  • 0.0.10
  • 0.0.11
  • 0.0.12
  • 0.0.13
  • 0.0.14
  • 0.0.15
  • 0.0.16
  • 0.0.17
  • 0.0.18
  • 0.0.2
  • 0.0.20
  • 0.0.22
  • 0.0.23
  • 0.0.3
  • 0.0.4
  • 0.0.5
  • 0.0.7
  • 0.0.8
  • 0.0.9
  • add-concat-coalescer-transformer
  • add-full-install
  • add-zext-coalescer-transformer
  • always
  • always-codegen-size
  • attribute
  • blacklist-module-instance
  • blacklist-slice-inline
  • cast-operator
  • comment
  • comment-contents
  • compare
  • concat
  • const-expr
  • copy-constructors
  • default-num-tostr
  • default-radix
  • disable-escape
  • enable-escape
  • expr-comment
  • fix-corier-853
  • fix-inline-logic-multiple-assign
  • fix-inline-slice-logic
  • functions
  • hotfix-assign-inliner
  • if
  • inline-assigns
  • inline-slice-id
  • inline-verilog-node
  • inline-verilog-symbol-map
  • inline-wire-blacklist
  • linebreaks
  • logical-binops
  • master
  • module-str-body
  • nd-vector
  • nested-index
  • order-ports
  • parameterized-test
  • parameters
  • prevent-inline-into-module-instance
  • prevent-inlining-num-literal
  • radix-constructor
  • replicate
  • simplify-regex
  • slice-expr
  • slice-index
  • string
  • transform-inline-verilog
  • transformer
  • unique-ptr
  • v0.0.19
  • vector-decl
  • vector-param

pending completion
530

push

travis-ci-com

leonardt
Improve slice/index inlining logic

We generally can't inline into slice/index nodes because we can't have
expressions such as `(x + y)[1:0]`.  However, we can have nested
index/slice nodes, so we improve the blacklisting logic to not block
inlining if we see a slice or index driver.

Note, we assume that the index/slice driver is well formed, so if we
have a driver of the form <...>[3:0], the contents of the slice (<...>)
are assumed to be valid (so it could contain an ID, another slice, or an
index).

1070 of 1088 relevant lines covered (98.35%)

134.1 hits per line

Relevant lines Covered
Build:
Build:
1088 RELEVANT LINES 1070 COVERED LINES
134.1 HITS PER LINE
Source Files on inline-index-then-slice
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
92.31
src/zext_coalescer.cpp64 26 24 2 13.0
95.12
src/concat_coalescer.cpp106 41 39 2 93.0
98.56
src/assign_inliner.cpp275 139 137 2 164.0
98.59
include/verilogAST.hpp902 213 210 3 86.0
100.0
include/verilogAST/zext_coalescer.hpp23 1 1 0 9.0
100.0
include/verilogAST/assign_inliner.hpp148 13 13 0 39.0
100.0
include/verilogAST/transformer.hpp118 2 2 0 1215.0
100.0
src/transformer.cpp473 237 237 0 187.0
100.0
src/verilogAST.cpp528 253 253 0 212.0
100.0
include/verilogAST/concat_coalescer.hpp18 0 0 0 0.0
Showing 1 to 10 of 10 entries
  • Previous
  • 1
  • Next
  • ►
    98.69
    include/
  • ►
    99.14
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
530 inline-index-then-slice Improve slice/index inlining logic We generally can't inline into slice/index nodes because we can't have expressions such as `(x + y)[1:0]`. However, we can have nested index/slice nodes, so we improve the blacklisting logic to not block inlini... push 25 Aug 2020 08:01PM CUT leonardt travis-ci-com pending completion  
531 inline-index-then-slice Merge 03bf80c72 into cda53f2d3 Pull #56 25 Aug 2020 08:00PM CUT web-flow travis-ci-com pending completion  
See All Builds (509)
  • Repo on GitHub
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

© 2025 Coveralls, Inc