mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
17cdc32eee
commit
45e791437c
2 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
`include "VX_platform.vh"
|
||||
`include "VX_define.vh"
|
||||
|
||||
module VX_lsu_adapter #(
|
||||
module VX_lsu_adapter import VX_gpu_pkg::*; #(
|
||||
parameter NUM_LANES = 1,
|
||||
parameter DATA_SIZE = 1,
|
||||
parameter TAG_WIDTH = 1,
|
||||
|
|
|
@ -231,7 +231,7 @@ module VX_mem_scheduler #(
|
|||
.DATA_IN_SIZE (WORD_SIZE),
|
||||
.DATA_OUT_SIZE (LINE_SIZE),
|
||||
.ADDR_WIDTH (ADDR_WIDTH),
|
||||
.ATYPE_WIDTH (`ADDR_TYPE_WIDTH),
|
||||
.ATYPE_WIDTH (ATYPE_WIDTH),
|
||||
.TAG_WIDTH (REQQ_TAG_WIDTH),
|
||||
.UUID_WIDTH (UUID_WIDTH),
|
||||
.QUEUE_SIZE (MEM_QUEUE_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue