Altera_Forum
Honored Contributor
21 years agoMissing #define in dma
In the new version of Quartus 4.2, there is a missing# define for 128 bit transfers,
it's in altera_hal/hal/inc/sys/alt_dma_dev.h the following lines need changing/adding # define ALT_DMA_SET_MODE_64 (0x8)# define ALT_DMA_SET_MODE_128 (0x9) // add this line# define ALT_DMA_GET_MODE (0xA) // redefine this