enabling 128-bit dram bus
This commit is contained in:
@@ -36,7 +36,11 @@
|
||||
`endif
|
||||
|
||||
`ifndef GLOBAL_BLOCK_SIZE
|
||||
`define GLOBAL_BLOCK_SIZE 64
|
||||
`ifdef PLATFORM_PARAM_LOCAL_MEMORY_DATA_WIDTH
|
||||
`define GLOBAL_BLOCK_SIZE (`PLATFORM_PARAM_LOCAL_MEMORY_DATA_WIDTH / 8)
|
||||
`else
|
||||
`define GLOBAL_BLOCK_SIZE 64
|
||||
`endif
|
||||
`endif
|
||||
|
||||
`ifndef L1_BLOCK_SIZE
|
||||
|
||||
Reference in New Issue
Block a user