Files
vortex/driver/tests/basic/common.h
Blaise Tine 457783322b scope fixes
2020-06-09 07:03:52 -07:00

8 lines
145 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
#define DEV_MEM_SRC_ADDR 0x10000040
#define DEV_MEM_DST_ADDR 0x20000080
#define NUM_BLOCKS 1
#endif