Skip to content

Commit 938c59d

Browse files
committed
[#72831] verification: testplan: block: edge_detector: Updated test names
Signed-off-by: Grzegorz Latosinski <[email protected]>
1 parent f278f02 commit 938c59d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

verification/testplan/block/edge_detector.hjson

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
]
6161
}
6262
{
63-
name: pretrigger_with_no_delay
63+
name: pretrigger_no_delay
6464
desc:
6565
'''
6666
Triggers the edge_detector module before an edge on a bus line,
@@ -70,15 +70,15 @@
7070
'''
7171
tests:
7272
[
73-
pretrigger_with_no_delay
73+
pretrigger_no_delay
7474
]
7575
tags:
7676
[
7777
edge_detector
7878
]
7979
}
8080
{
81-
name: posttrigger_with_no_delay
81+
name: posttrigger_no_delay
8282
desc:
8383
'''
8484
Triggers the edge_detector module when a bus line is high which
@@ -88,15 +88,15 @@
8888
'''
8989
tests:
9090
[
91-
posttrigger_with_no_delay
91+
posttrigger_no_delay
9292
]
9393
tags:
9494
[
9595
edge_detector
9696
]
9797
}
9898
{
99-
name: trigger_with_no_delay
99+
name: trigger_no_delay
100100
desc:
101101
'''
102102
Triggers the edge detector and emits a rising edge on a bus line
@@ -106,7 +106,7 @@
106106
'''
107107
tests:
108108
[
109-
trigger_with_no_delay
109+
trigger_no_delay
110110
]
111111
tags:
112112
[

0 commit comments

Comments
 (0)