-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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
Reactions are currently unavailable