added support for write-through cache, removed cache snooping support
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
|
||||
#define AFU_ACCEL_NAME "vortex_afu"
|
||||
#define AFU_ACCEL_UUID "35F9452B-25C2-434C-93D5-6F8C60DB361C"
|
||||
#define AFU_IMAGE_CMD_CLFLUSH 4
|
||||
#define AFU_IMAGE_CMD_CSR_READ 5
|
||||
#define AFU_IMAGE_CMD_CSR_WRITE 6
|
||||
#define AFU_IMAGE_CMD_CSR_READ 4
|
||||
#define AFU_IMAGE_CMD_CSR_WRITE 5
|
||||
#define AFU_IMAGE_CMD_MEM_READ 1
|
||||
#define AFU_IMAGE_CMD_MEM_WRITE 2
|
||||
#define AFU_IMAGE_CMD_RUN 3
|
||||
|
||||
Reference in New Issue
Block a user