Closed ptpan closed 4 years ago
@jsn1993 I think a minor release including this PR and #198 would be nice.. what do you think?
Merging #199 into master will increase coverage by
0.00%
. The diff coverage is91.66%
.
@@ Coverage Diff @@
## master #199 +/- ##
=======================================
Coverage 90.48% 90.49%
=======================================
Files 316 316
Lines 27811 27832 +21
=======================================
+ Hits 25166 25187 +21
Misses 2645 2645
Impacted Files | Coverage Δ | |
---|---|---|
...ends/verilog/import_/VerilogVerilatorImportPass.py | 93.58% <50.00%> (-0.15%) |
:arrow_down: |
...ends/verilog/translation/VerilogTranslationPass.py | 73.17% <66.66%> (ø) |
|
...s/verilog/import_/VerilogVerilatorImportConfigs.py | 83.67% <100.00%> (+0.22%) |
:arrow_up: |
pymtl3/passes/backends/verilog/util/utility.py | 92.54% <100.00%> (+0.87%) |
:arrow_up: |
pymtl3/dsl/Connectable.py | 84.32% <0.00%> (+0.27%) |
: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 e2574e9...0976c37. Read the comment docs.
Fixed an issue where the translation result of a placeholder component disables import caching.