Altera_Forum
Honored Contributor
15 years agocan not verify DDR SDRAM write activity using SignalTap
Dear all,
My test SDRAM program works good in Nios II, but I can not verify write activity using SignalTap, anyone can help? I am using Cyclone III starter kit, the given example "Hello world" cycloneIII_3c25_start_niosII_standard. I changed the "Hello word" program to a single_write to test DDR SDRAM, and used SignalTap to observe write activity. I set altmemddr|phy_clk as the clock and add nodes of : ■ local_address ■ local_rdata ■ local_rdata_valid ■ local_read_req ■ local_ready ■ local_wdata ■ local_write_req (trigger) After I run Nois II program successfully, and verify writing by reading back to compare. I run " Run Analysis" menu on the signalTap, however, the local_address and local_wdata were not right at time 0, not as the address and data I used in Nois II. The address doesn't change no matter how I change Nios II program and run sucessfully. Anyone can help me and give me some advices? is there any reason related to timing? Thank you very much!