mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
8 lines
No EOL
146 B
C
8 lines
No EOL
146 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#define DEV_MEM_SRC_ADDR 0x10000000
|
|
#define DEV_MEM_DST_ADDR 0x20000000
|
|
#define NUM_BLOCKS 16
|
|
|
|
#endif |