File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
verification/testplan/block Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
]
61
61
}
62
62
{
63
- name: pretrigger_with_no_delay
63
+ name: pretrigger_no_delay
64
64
desc:
65
65
'''
66
66
Triggers the edge_detector module before an edge on a bus line,
70
70
'''
71
71
tests:
72
72
[
73
- pretrigger_with_no_delay
73
+ pretrigger_no_delay
74
74
]
75
75
tags:
76
76
[
77
77
edge_detector
78
78
]
79
79
}
80
80
{
81
- name: posttrigger_with_no_delay
81
+ name: posttrigger_no_delay
82
82
desc:
83
83
'''
84
84
Triggers the edge_detector module when a bus line is high which
88
88
'''
89
89
tests:
90
90
[
91
- posttrigger_with_no_delay
91
+ posttrigger_no_delay
92
92
]
93
93
tags:
94
94
[
95
95
edge_detector
96
96
]
97
97
}
98
98
{
99
- name: trigger_with_no_delay
99
+ name: trigger_no_delay
100
100
desc:
101
101
'''
102
102
Triggers the edge detector and emits a rising edge on a bus line
106
106
'''
107
107
tests:
108
108
[
109
- trigger_with_no_delay
109
+ trigger_no_delay
110
110
]
111
111
tags:
112
112
[
You can’t perform that action at this time.
0 commit comments