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
0aaca84016
commit
fb0cd1c272
1 changed files with 0 additions and 18 deletions
|
@ -14,24 +14,6 @@
|
|||
`ifndef VX_DEFINE_VH
|
||||
`define VX_DEFINE_VH
|
||||
|
||||
`ifndef MEM_BLOCK_SIZE
|
||||
`ifdef PLATFORM_PARAM_LOCAL_MEMORY_DATA_WIDTH
|
||||
`define MEM_BLOCK_SIZE (`PLATFORM_PARAM_LOCAL_MEMORY_DATA_WIDTH/8)
|
||||
`endif
|
||||
`endif
|
||||
|
||||
`ifndef MEM_ADDR_WIDTH
|
||||
`ifdef PLATFORM_PARAM_LOCAL_MEMORY_ADDR_WIDTH
|
||||
`define MEM_ADDR_WIDTH `PLATFORM_PARAM_LOCAL_MEMORY_ADDR_WIDTH
|
||||
`endif
|
||||
`endif
|
||||
|
||||
`ifndef MEMORY_BANKS
|
||||
`ifdef PLATFORM_PARAM_LOCAL_MEMORY_BANKS
|
||||
`define MEMORY_BANKS `PLATFORM_PARAM_LOCAL_MEMORY_BANKS
|
||||
`endif
|
||||
`endif
|
||||
|
||||
`include "VX_platform.vh"
|
||||
`include "VX_config.vh"
|
||||
`include "VX_types.vh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue