Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
P
Platform-independent core collection
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 10
    • Issues 10
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • Wiki
    • Wiki
  • image/svg+xml
    Discourse
    • Discourse
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Projects
  • Platform-independent core collection
  • Issues
  • #21

Closed
Open
Opened Jan 21, 2020 by Marek Gumiński@gumas
  • Report abuse
  • New issue
Report abuse New issue

xwb_crossbar range verification

xwb_crossbar asserts when 1 or 2-bit address space is configured. It is due to the following if: https://ohwr.org/project/general-cores/blob/master/modules/wishbone/wb_crossbar/xwb_crossbar.vhd#L109

This assert makes sense if the bus uses byte granularity, but afaik WB supports word granularity as well (that I'm using).

Moreover setting c_wishbone_data_width to 8 will cause constant "align" to have a range (-1 downto 0) https://ohwr.org/project/general-cores/blob/master/modules/wishbone/wb_crossbar/xwb_crossbar.vhd#L83

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View project labels
Reference: project/general-cores#21