Skip to content

cdc_*_tb: Fix mailbox type mismatch#284

Merged
phsauter merged 1 commit intomasterfrom
nw/tb-mbox-type
Mar 31, 2026
Merged

cdc_*_tb: Fix mailbox type mismatch#284
phsauter merged 1 commit intomasterfrom
nw/tb-mbox-type

Conversation

@niwis
Copy link
Copy Markdown
Collaborator

@niwis niwis commented Mar 31, 2026

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')

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'`)
@niwis niwis requested a review from phsauter March 31, 2026 13:41
@phsauter phsauter added this pull request to the merge queue Mar 31, 2026
Merged via the queue into master with commit 6f8f6d3 Mar 31, 2026
5 checks passed
@phsauter phsauter deleted the nw/tb-mbox-type branch March 31, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants