-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriteback_environment.yaml
More file actions
37 lines (37 loc) · 1.08 KB
/
writeback_environment.yaml
File metadata and controls
37 lines (37 loc) · 1.08 KB
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:
writeback:
agents:
- initiator_responder: INITIATOR
name: agent_writeback_in
type: writeback_in
- initiator_responder: RESPONDER
name: agent_writeback_out
type: writeback_out
analysis_components:
- name: predictor
parameters: []
type: writeback_predictor
analysis_exports: []
analysis_ports: []
config_constraints: []
config_vars: []
hvl_pkg_parameters: []
non_uvmf_components: []
parameters: []
qvip_memory_agents: []
scoreboards:
- name: scoreboard
sb_type: uvmf_in_order_race_scoreboard
trans_type: writeback_out_transaction
subenvs: []
tlm_connections:
- driver: agent_writeback_in.monitored_ap
receiver: predictor.analysis_export
validate: 'True'
- driver: predictor.analysis_port
receiver: scoreboard.expected_analysis_export
validate: 'True'
- driver: agent_writeback_out.monitored_ap
receiver: scoreboard.actual_analysis_export
validate: 'True'