Line 40... |
Line 40... |
full, empty, almost_full, rd_rst_busy, wr_rst_busy, cnt);
|
full, empty, almost_full, rd_rst_busy, wr_rst_busy, cnt);
|
input rst;
|
input rst;
|
input clk;
|
input clk;
|
input rd_fifo;
|
input rd_fifo;
|
input wr_fifo;
|
input wr_fifo;
|
input wb_write_request128_t req_fifoi;
|
input wb_cmd_request128_t req_fifoi;
|
output wb_write_request128_t req_fifoo;
|
output wb_cmd_request128_t req_fifoo;
|
output v;
|
output v;
|
output full;
|
output full;
|
output empty;
|
output empty;
|
output almost_full;
|
output almost_full;
|
output rd_rst_busy;
|
output rd_rst_busy;
|
Line 60... |
Line 60... |
.FIFO_WRITE_DEPTH(32), // DECIMAL
|
.FIFO_WRITE_DEPTH(32), // DECIMAL
|
.FULL_RESET_VALUE(0), // DECIMAL
|
.FULL_RESET_VALUE(0), // DECIMAL
|
.PROG_EMPTY_THRESH(3), // DECIMAL
|
.PROG_EMPTY_THRESH(3), // DECIMAL
|
.PROG_FULL_THRESH(27), // DECIMAL
|
.PROG_FULL_THRESH(27), // DECIMAL
|
.RD_DATA_COUNT_WIDTH(5), // DECIMAL
|
.RD_DATA_COUNT_WIDTH(5), // DECIMAL
|
.READ_DATA_WIDTH($bits(wb_write_request128_t)), // DECIMAL
|
.READ_DATA_WIDTH($bits(wb_cmd_request128_t)), // DECIMAL
|
.READ_MODE("std"), // String
|
.READ_MODE("std"), // String
|
.SIM_ASSERT_CHK(0), // DECIMAL; 0=disable simulation messages, 1=enable simulation messages
|
.SIM_ASSERT_CHK(0), // DECIMAL; 0=disable simulation messages, 1=enable simulation messages
|
.USE_ADV_FEATURES("070F"), // String
|
.USE_ADV_FEATURES("070F"), // String
|
.WAKEUP_TIME(0), // DECIMAL
|
.WAKEUP_TIME(0), // DECIMAL
|
.WRITE_DATA_WIDTH($bits(wb_write_request128_t)), // DECIMAL
|
.WRITE_DATA_WIDTH($bits(wb_cmd_request128_t)), // DECIMAL
|
.WR_DATA_COUNT_WIDTH(5) // DECIMAL
|
.WR_DATA_COUNT_WIDTH(5) // DECIMAL
|
)
|
)
|
xpm_fifo_sync_inst (
|
xpm_fifo_sync_inst (
|
.almost_empty(), // 1-bit output: Almost Empty : When asserted, this signal indicates that
|
.almost_empty(), // 1-bit output: Almost Empty : When asserted, this signal indicates that
|
// only one more read can be performed before the FIFO goes to empty.
|
// only one more read can be performed before the FIFO goes to empty.
|