04-17-2017 10:30 PM
Hy ,
I am developing a system where data is coming from pcie i am using the axi memory mapped to pcie express ip for the same which writes data to DDR3 memory.Now i want to read the data from ddr3 memory and push it onto the slave ip that i have written and packed.But when i am trying to do this the sdk is not responding( i am building the code and launching .elf) nothing is coming up on the terminal and the console .What could be the issues any ideas? or suggestions?attached is my block diagram
04-17-2017 11:41 PM
Hi,
Did you check whether ddr3 read of your custom IP working fine or not? Sometime this behavior is due to DDR3 read error.
Rgds,
Sreela
04-18-2017 01:04 AM
@sreelaullas actually my custom ip is a slave ip.Microblaze is the master that has acess to DDr3 memory as well as the slave ip.
microblaze can read ddr3 memory and write to it.also microblaze can read and write into the custom slave ip that i created.The problem comes when i am using one microblaze and two slaves(mig and custom ip in the same design.