Proposal to define an abstract model for outputs from EDA tools and logging libraries.
The main intended use case of pyEDAA.Reports is to import multiple log/report formats (raw logs, CSVs, YAML, JSON, etc.) and provide a unified model that can generate reports using popular formats such as XUnit or Cobertura. Since most vendors, CI services and monitoring tools support XML, the internals of pyEDAA.Reports are to be based on XML transformations.
As an abstract model, the main capability of pyEDAA.Reports is handling messages using an structured format. The readers categorize messages by IDs and append attributes such as the severity, which allow complex filtering and fancy coloring for better human readability.
- Test Suite
- Test Case
- Test Parameter
- Line Coverage
- Statement Coverage
- Branch Coverage
- Expression Coverage
- State Coverage
- Transition Coverage
- Coverage Model
- Dimension
- Bin
- Item
- Range
- Area/resources
- Timing
- Area/resources
- Timing
- ActiveHDL
- CoCoTb
- Diamond
- GHDL
- Icarus Verilog
- ISE
- ModelSim/QuestaSim
- nextpnr
- OSVVM
- RivieraPRO
- SymbiYosys
- Synplify
- Quartus
- Verilator
- Verilog-to-Routing
- Vivado
- VUnit
- Xcelium
- Yosys
- ...
- olofk/edalize (see
edalize.reporting
,edalize.vivado_reporting
,edalize.quartus_reporting
,edalize.ise_reporting
, ...) - librecores/eda-log-parser
- SymbiFlow/fpga-tool-perf
- mattvenn/logLUTs
- tiagolascasas/Vivado-HLS-Report-Parser
- cuelang.org/