Skip to content

tb_axi_xbar: Fix queue format specifier#417

Merged
imchenwu merged 1 commit intomasterfrom
nw/fix-errors
Apr 15, 2026
Merged

tb_axi_xbar: Fix queue format specifier#417
imchenwu merged 1 commit intomasterfrom
nw/fix-errors

Conversation

@niwis
Copy link
Copy Markdown
Contributor

@niwis niwis commented Mar 31, 2026

exp_data is a queue. To print its contents, the %p format specifier for unpacked aggregate types needs to be used instead of %h. Fixes a slang compilation error.

@niwis niwis requested a review from imchenwu March 31, 2026 15:01
Copy link
Copy Markdown
Collaborator

@imchenwu imchenwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

`exp_data` is a queue. To print its contents, the `%p` format specifier
needs to be used instead of `%h`. Fixes a slang compilation error.
@imchenwu imchenwu merged commit 3fafe24 into master Apr 15, 2026
3 checks passed
@niwis niwis deleted the nw/fix-errors branch April 15, 2026 08: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