Closed mdko closed 3 years ago
Merging #400 (0413976) into development (40f1863) will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## development #400 +/- ##
===============================================
- Coverage 90.71% 90.71% -0.01%
===============================================
Files 24 24
Lines 5990 5989 -1
===============================================
- Hits 5434 5433 -1
Misses 556 556
Impacted Files | Coverage Δ | |
---|---|---|
pyrtl/importexport.py | 85.65% <100.00%> (-0.03%) |
:arrow_down: |
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 40f1863...0413976. Read the comment docs.
This continues on the improvements from #399 by doing the check for memory writes per memory, rather than across all of them, when outputting Verilog.
I.e. instead of this (the empty
begin ... end
):these changes now cause the following to be produced: