forked from chipsalliance/caliptra-rtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HMAC_environment.yaml
executable file
·38 lines (30 loc) · 1 KB
/
HMAC_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
38
uvmf:
environments:
HMAC:
agents:
- name: HMAC_in_agent
type: HMAC_in
initiator_responder: "INITIATOR"
- name: HMAC_out_agent
type: HMAC_out
initiator_responder: "RESPONDER"
analysis_components:
- name: HMAC_pred
type: HMAC_predictor
analysis_exports: []
analysis_ports: []
config_constraints: []
config_vars: []
parameters: []
scoreboards:
- name: HMAC_sb
sb_type: uvmf_in_order_scoreboard
trans_type: HMAC_out_transaction
subenvs: []
tlm_connections:
- driver: HMAC_in_agent.monitored_ap # connection 00
receiver: HMAC_pred.HMAC_in_agent_ae
- driver: HMAC_pred.HMAC_sb_ap # connection 01
receiver: HMAC_sb.expected_analysis_export
- driver: HMAC_out_agent.monitored_ap # connection 02
receiver: HMAC_sb.actual_analysis_export