Repo Added
|
Files
10
|
Badge
README BADGES
|
push
travis-ci-com
1070 of 1088 relevant lines covered (98.35%)
134.1 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
92.31 | src/zext_coalescer.cpp | 64 | 26 | 24 | 2 | 13.0 | |
95.12 | src/concat_coalescer.cpp | 106 | 41 | 39 | 2 | 93.0 | |
98.56 | src/assign_inliner.cpp | 275 | 139 | 137 | 2 | 164.0 | |
98.59 | include/verilogAST.hpp | 902 | 213 | 210 | 3 | 86.0 | |
100.0 | include/verilogAST/zext_coalescer.hpp | 23 | 1 | 1 | 0 | 9.0 | |
100.0 | include/verilogAST/assign_inliner.hpp | 148 | 13 | 13 | 0 | 39.0 | |
100.0 | include/verilogAST/transformer.hpp | 118 | 2 | 2 | 0 | 1215.0 | |
100.0 | src/transformer.cpp | 473 | 237 | 237 | 0 | 187.0 | |
100.0 | src/verilogAST.cpp | 528 | 253 | 253 | 0 | 212.0 | |
100.0 | include/verilogAST/concat_coalescer.hpp | 18 | 0 | 0 | 0 | 0.0 |
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 | travis-ci-com | pending completion | ||
531 | inline-index-then-slice | Merge 03bf80c72 into cda53f2d3 | Pull #56 | travis-ci-com | pending completion |