mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
added sm defines
This commit is contained in:
parent
fbf708e419
commit
b3c7ac435a
1 changed files with 9 additions and 0 deletions
|
@ -236,3 +236,12 @@
|
|||
`define ICACHE_MEM_REQ_ADDR_MASK (32'hffffffff - (`ICACHE_BLOCK-1))
|
||||
|
||||
|
||||
|
||||
///////
|
||||
|
||||
|
||||
`define SHARED_MEMORY_SIZE 4096
|
||||
`define SHARED_MEMORY_BANKS 4
|
||||
`define SHARED_MEMORY_BYTES_PER_READ 16
|
||||
`define SHARED_MEMORY_HEIGHT ((`SHARED_MEMORY_SIZE) / (`SHARED_MEMORY_BANKS * `SHARED_MEMORY_BYTES_PER_READ))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue