module
fifo_v3
7in
4out
0sub
This module instantiates no other module.
Clocks
clk_i
Resets
rst_niactive-low
Ports 11
Inputs 7
| Dir | Name | Type | Width |
|---|---|---|---|
| in | clk_i | logic | 1 |
| in | rst_ni | logic | 1 |
| in | flush_i | logic | 1 |
| in | testmode_i | logic | 1 |
| in | data_i | fifo_v3.dtype | 544 |
| in | push_i | logic | 1 |
| in | pop_i | logic | 1 |
Outputs 4
| Dir | Name | Type | Width |
|---|---|---|---|
| out | full_o | logic | 1 |
| out | empty_o | logic | 1 |
| out | usage_o | logic[0:0] | 1 |
| out | data_o | fifo_v3.dtype | 544 |
Parameters 6
| Name | Resolved value |
|---|---|
| FALL_THROUGH | 1'b0 |
| DATA_WIDTH | 32'd32 |
| DEPTH | 32'd2 |
| dtype | - |
| ADDR_DEPTH | 32'd1 |
| FifoDepth | 32'd2 |