forked from chipsalliance/caliptra-rtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ECC_environment.yaml
37 lines (30 loc) · 972 Bytes
/
ECC_environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
uvmf:
environments:
ECC:
agents:
- name: ECC_in_agent
type: ECC_in
initiator_responder: "INITIATOR"
- name: ECC_out_agent
type: ECC_out
initiator_responder: "RESPONDER"
analysis_components:
- name: ECC_pred
type: ECC_predictor
analysis_exports: []
analysis_ports: []
config_constraints: []
config_vars: []
parameters: []
scoreboards:
- name: ECC_sb
sb_type: uvmf_in_order_scoreboard
trans_type: ECC_out_transaction
subenvs: []
tlm_connections:
- driver: ECC_in_agent.monitored_ap # connection 00
receiver: ECC_pred.ECC_in_agent_ae
- driver: ECC_pred.ECC_sb_ap # connection 01
receiver: ECC_sb.expected_analysis_export
- driver: ECC_out_agent.monitored_ap # connection 02
receiver: ECC_sb.actual_analysis_export