Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Missing #define in dma

Altera_Forum
Honored Contributor II
900 Views

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
0 Kudos
0 Replies
Reply