Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDWT on NIOS
Hi,
I am trying to implement 2D-DWT on a Nios II processor I am able to decide on the Hardware part...... But I am not able to decide on how to write the software code for implementing the application.... Can anyone help me in this regard.... Either in the form of tutorials or sample codes..... With Regards Sivam4 Replies
- Altera_Forum
Honored Contributor
2D DWT is a classic example of something that you should implement in hardware (pure hardware, or a co-processor) and not in software.
Why do you want to do it in software ? - Altera_Forum
Honored Contributor
Hi,
Thanks for that reply..... I think i am confused....... I will be happy if you could please guide me in this regard as i am new to NIOS...... To tell u the fact i have just tried only on the Altera Embedded Lab tutorial on the NIOS wiki website....... Regards, - Altera_Forum
Honored Contributor
1st. Program a 2D DWT processing block in hardware (I already did this and even published it, just google for "Amilcar Lucas flexwafe").
2nd. Write a program for Nios to control a DMA engine that pups image data thru the 2D DWT blocks. - Altera_Forum
Honored Contributor
Hi,
I'm trying to implement the DWT on the FPGA,can any one help me how to write the code NIOSii to controle my program. I'm new in niosII,so i have any idea how to do it.:confused::confused::confused: