mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Integrating the new version of the AXI agent (#2604)
Integrating the modifications to the AXI agent made by CEA
This commit is contained in:
parent
e571c1ced1
commit
6a8d1f422e
2 changed files with 9 additions and 9 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f73efc438e5611822167a9d594407a0043ddf6f9
|
||||
Subproject commit bfbbd19c13aaf24b724eb32e5b5ac7b0cb951c54
|
16
verif/env/uvme/uvme_cva6_env.sv
vendored
16
verif/env/uvme/uvme_cva6_env.sv
vendored
|
@ -408,15 +408,15 @@ function void uvme_cva6_env_c::connect_coverage_model();
|
|||
clknrst_agent.mon_ap.connect(cov_model.reset_export);
|
||||
|
||||
if(cfg.axi_cfg.cov_model_enabled) begin
|
||||
axi_agent.monitor.m_axi_superset_write_rsp_packets_collected.connect(cov_model.axi_covg.uvme_axi_cov_b_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_read_rsp_packets_collected .connect(cov_model.axi_covg.uvme_axi_cov_r_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_read_req_packets_collected .connect(cov_model.axi_covg.uvme_axi_cov_ar_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_write_req_packets_collected.connect(cov_model.axi_covg.uvme_axi_cov_aw_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_write_rsp_packets_collected.connect(cov_model.axi_covg.uvme_axi_cov_b_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_read_rsp_packets_collected .connect(cov_model.axi_covg.uvme_axi_cov_r_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_read_req_packets_collected .connect(cov_model.axi_covg.uvme_axi_cov_ar_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_write_req_packets_collected.connect(cov_model.axi_covg.uvme_axi_cov_aw_req_fifo.analysis_export);
|
||||
|
||||
axi_agent.monitor.m_axi_superset_write_rsp_packets_collected.connect(cov_model.axi_ext_covg.uvme_axi_cov_b_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_read_rsp_packets_collected . connect(cov_model.axi_ext_covg.uvme_axi_cov_r_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_read_req_packets_collected .connect(cov_model.axi_ext_covg.uvme_axi_cov_ar_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_axi_superset_write_req_packets_collected.connect(cov_model.axi_ext_covg.uvme_axi_cov_aw_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_write_rsp_packets_collected.connect(cov_model.axi_ext_covg.uvme_axi_cov_b_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_read_rsp_packets_collected . connect(cov_model.axi_ext_covg.uvme_axi_cov_r_resp_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_read_req_packets_collected .connect(cov_model.axi_ext_covg.uvme_axi_cov_ar_req_fifo.analysis_export);
|
||||
axi_agent.monitor.m_uvma_axi_write_req_packets_collected.connect(cov_model.axi_ext_covg.uvme_axi_cov_aw_req_fifo.analysis_export);
|
||||
end
|
||||
|
||||
if(cfg.interrupt_cfg.cov_model_enabled) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue