Closed sgherbst closed 4 years ago
Merging #13 into master will increase coverage by
4.19%
. The diff coverage is92.77%
.
@@ Coverage Diff @@
## master #13 +/- ##
==========================================
+ Coverage 69.27% 73.47% +4.19%
==========================================
Files 59 65 +6
Lines 3906 4075 +169
==========================================
+ Hits 2706 2994 +288
+ Misses 1200 1081 -119
Impacted Files | Coverage Δ | |
---|---|---|
anasymod/analysis.py | 61.90% <70.00%> (+0.50%) |
:arrow_up: |
anasymod/filesets.py | 64.73% <70.58%> (+0.40%) |
:arrow_up: |
anasymod/generators/vivado.py | 80.55% <77.77%> (-0.64%) |
:arrow_down: |
anasymod/emu/vivado_emu.py | 92.18% <80.00%> (+0.52%) |
:arrow_up: |
anasymod/sources.py | 75.60% <83.33%> (+0.60%) |
:arrow_up: |
anasymod/generators/gen_api.py | 81.48% <88.88%> (+0.23%) |
:arrow_up: |
anasymod/emu/xsct_emu.py | 100.00% <100.00%> (ø) |
|
anasymod/fpga_boards/boards.py | 100.00% <100.00%> (ø) |
|
anasymod/generators/xsct.py | 100.00% <100.00%> (ø) |
|
anasymod/sim_ctrl/uart_ctrlapi.py | 47.56% <100.00%> (+17.07%) |
:arrow_up: |
... and 22 more |
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 39f8195...9666890. Read the comment docs.
Summary
This PR adds support for EDIF files (vendor-neutral gate-level netlists), which makes it easier to work with IPs from tools outside of the Xilinx ecosystem. It also updates the existing Zynq UART code and includes testing of the UART capabilities in the regression test.
UART updates
main.c
(this is useful to fill the performance/flexibility gap between synthesizable test features and Python-driven test features).get_
andset_
C functions for signals registered in the sim control YAML file.xsct
for building the*.elf
file and downloading it to the FPGA.valid
to the control interface for Zynq CPU outputs, which allows the user to set up the register address and data without updating the register outputs.