Skip to content

More expressive sync modes #68

@arj4web

Description

@arj4web
loop{
        if((*full == 1'b0)&&(*head == *tail)){
            send ep.empty(1'b1)
        }
        else{
            send ep.empty(1'b0)
        } >> 
        cycle 1
  }
Static sync mode mismatch between ep@empty and ep@empty (actual gap = 1048576 > expected gap 1)!
fifo.anvil:70:12:
     70|             send ep.empty(1'b1)
       |             ^^^^^^^^^^^^^^^^^^^

There are other ways to express but can be convenient enhancement

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions