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 12
    • Issues 12
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • 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
  • #29

Closed
Open
Opened Sep 22, 2021 by Adrian Byszuk@abyszuk
  • Report abuse
  • New issue
Report abuse New issue

wb_simple_timer breaks Wishbone B.4 standard

wb_simple_timer module has ACC output that is tied to '1':
wb_ack_o <= '1';
This is violation of Wishbone B.4 specification rules 3.35 and 3.50.
As a minimum, this signal should be wired as wb_ack_o <= wb_stb_i and wb_cyc_i, which is allowed.

This is a real problem because this slave breaks some simulation drivers, for example Vunit Wishbone VC.

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