Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAudio processor with verilog
Hi, I've been doing this project for about a year now and after so many ups and downs i've reached a point where everything seems right but warnings appear that I've got no clue how to amend. thi...
Altera_Forum
Honored Contributor
11 years agoIf you have created IP core modules in ISE, you cannot use them in altera. I highly suggest you download and use Quartus if you are going to target altera parts.
The mem index range warnings are because you used an integer (32 bit value) to index into the mem that only has a 10 bit address. Same with the Phase If the testbench is pure XXXXs, then you have some driver or initialisation problems somewhere - this is your job to debug.