Skip to content

Fix AXI widths in synthesis benchmarks - #445

Open
0xtaruhi wants to merge 1 commit into
pulp-platform:masterfrom
0xtaruhi:fix/synth-bench-widths
Open

Fix AXI widths in synthesis benchmarks#445
0xtaruhi wants to merge 1 commit into
pulp-platform:masterfrom
0xtaruhi:fix/synth-bench-widths

Conversation

@0xtaruhi

Copy link
Copy Markdown

Fix the rotated address, data, and ID width parameters on the local AXI_BUS instances in:

  • synth_axi_isolate
  • synth_axi_serializer
  • synth_axi_to_mem_banked

The DUT instances already use the intended mapping. Keeping both sides consistent removes the width expansion/truncation diagnostics and prevents data-width settings such as 512 bits from becoming pathological 512-bit IDs during elaboration.

Fixes #444.

@imchenwu imchenwu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thx for fixing!

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.

Fix swapped AXI_BUS widths in three synthesis benchmarks

2 participants