Commit 14a52e6
committed
[dv] Remove the IfName parameter from clk_rst_if
Having the parameter is problematic because it's not technically
correct to assign one of these interfaces to a variable of type
"virtual clk_rst_if".
It turns out that there is exactly on place where the parameter is
supplied (and copy-pasted into Darjeeling).
I think this change will have no effect. In particular, there are no
hits when searching for "ExtClkDriver". The only use I can find for
IfName in this interface is the computation of msg_id. These
identifiers will already be distinct (and hopefully helpfully named)
because they are derived with %m.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>1 parent 697c06a commit 14a52e6
File tree
3 files changed
+4
-7
lines changed- hw
- dv/sv/common_ifs
- top_darjeeling/dv/env
- top_earlgrey/dv/env
3 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
0 commit comments