Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Missing #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
No RepliesBe the first to reply