Skip to content

Fix AHBToTL elaboration error due to missing user fields#3785

Open
tymcauley wants to merge 1 commit intochipsalliance:masterfrom
tymcauley:ahb-to-tl-user-fields
Open

Fix AHBToTL elaboration error due to missing user fields#3785
tymcauley wants to merge 1 commit intochipsalliance:masterfrom
tymcauley:ahb-to-tl-user-fields

Conversation

@tymcauley
Copy link
Copy Markdown
Contributor

Without this change, the following error shows up when connecting an AHBSlaveSourceNode (which can model an external AHB master port) through AHBToTL:

[error] generators/rocket-chip/src/main/scala/amba/ahb/ToTL.scala 121:19: unconnected consumer field AHBToTL.d_user.amba_prot: Reg[AMBAProtBundle]
[error]           d_user  :<= in.hauser
[error]                   ^
[error] There were 1 error(s) during hardware elaboration.

Related issue: N/A

Type of change: bug report

Impact: no functional change

Development Phase: implementation

Release Notes

Fix AHBToTL elaboration error due to missing user fields

Without this change, the following error shows up when connecting an
AHBSlaveSourceNode (which can model an external AHB master port) through
AHBToTL:

    [error] generators/rocket-chip/src/main/scala/amba/ahb/ToTL.scala 121:19: unconnected consumer field AHBToTL.d_user.amba_prot: Reg[AMBAProtBundle]
    [error]           d_user  :<= in.hauser
    [error]                   ^
    [error] There were 1 error(s) during hardware elaboration.
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.

1 participant