URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 37 |
Rev 38 |
Line 33... |
Line 33... |
D = 1, // TDEST width
|
D = 1, // TDEST width
|
U = 1, // TUSER width
|
U = 1, // TUSER width
|
USE_TSTRB = 0, // set to 1 to enable, 0 to disable
|
USE_TSTRB = 0, // set to 1 to enable, 0 to disable
|
USE_TKEEP = 0, // set to 1 to enable, 0 to disable
|
USE_TKEEP = 0, // set to 1 to enable, 0 to disable
|
// USE_XID = 0, // set to 1 to enable, 0 to disable
|
// USE_XID = 0, // set to 1 to enable, 0 to disable
|
W = 0
|
W
|
)
|
)
|
(
|
(
|
axis_if axis_in,
|
axis_if axis_in,
|
axis_if axis_out,
|
axis_if axis_out,
|
output [W-1:0] wr_data,
|
output [W-1:0] wr_data,
|
input [W-1:0] rd_data,
|
input [W-1:0] rd_data
|
input aclk,
|
|
input aresetn
|
|
);
|
);
|
|
|
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
// synthesis translate_off
|
// synthesis translate_off
|
initial
|
initial
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.