Commit 2d142a8
committed
cdc_*_tb: Fix mailbox type mismatch
In both testbenches, `dst_mbox` is defined as `int` type but populated
and read via `integer` variables. Hence, change the mailbox type to
`integer`. Fixes a slang error (`argument of type 'integer' connects to
'ref' port of inequivalent type 'int'`)1 parent f67418b commit 2d142a8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments