Forum Discussion
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by xav...@Jun 23 2004, 05:53 AM thank you so much,
i wrote a class.ptf for my sram and i add it on sopc builder. my sram accept read and write access when nios runs. but ide (when i check memory data ) disable my sram when i want put data in the sram...
so if you can help me to create a clean ip, i agree... --- Quote End --- Xav, If you used Interface to User Logic to add your memory, be sure to set the bus type to "Avalon Memory Slave". This has the effect of setting the address alignment to "dynamic". In your class.ptf file, you should see something like this: Address_Alignment = "dynamic"; The IDE won't "see" your memory until you do this. Regards, slacker