rahdirs
Advanced Member level 1

Hi,
I am debugging a part of my design which involves writing & reading from a DDR3 using MIG ip.
So i inserted debug cores from netlist.(Mark Debug-> Set up Debug core etc...)
In initial test i only wanted to debug,what i'm writing & what i'm reading back:
My debug probes-
ila0
1) app_wdf_data
2) app_cmd
3) rd_en (giving write data through a fifo,so fifo's rd_en)
ila1
1) app_rd_data
2) app_rd_data_valid
After programming virtex 7,logic when ila0 gets triggered is:
when rd_en == '1' & app_cmd == '0'.
This is working fine,i'm seeing the data which needs to be written.
when ila1 needs to be triggered,
when app_rd_data_valid == '1'.
Here is the issue.When you set a condition & select trigger it waits for the trigger by showing a hour-glass icon on debug probes window & when it occurs waveform is generated.
But in this case,when i set the logic & click trigger it says in TCL "ila1 armed at time ...." but then there is no hour-glass icon on debug probes & no waveform.
Usually when clk/signal is not attached to debug port it throws up a error/warning here there is nothing except that tcl command ila1 armed ................
I am pretty much new to debugging a design via chipscope,logic analyzer etc..
I am debugging a part of my design which involves writing & reading from a DDR3 using MIG ip.
So i inserted debug cores from netlist.(Mark Debug-> Set up Debug core etc...)
In initial test i only wanted to debug,what i'm writing & what i'm reading back:
My debug probes-
ila0
1) app_wdf_data
2) app_cmd
3) rd_en (giving write data through a fifo,so fifo's rd_en)
ila1
1) app_rd_data
2) app_rd_data_valid
After programming virtex 7,logic when ila0 gets triggered is:
when rd_en == '1' & app_cmd == '0'.
This is working fine,i'm seeing the data which needs to be written.
when ila1 needs to be triggered,
when app_rd_data_valid == '1'.
Here is the issue.When you set a condition & select trigger it waits for the trigger by showing a hour-glass icon on debug probes window & when it occurs waveform is generated.
But in this case,when i set the logic & click trigger it says in TCL "ila1 armed at time ...." but then there is no hour-glass icon on debug probes & no waveform.
Usually when clk/signal is not attached to debug port it throws up a error/warning here there is nothing except that tcl command ila1 armed ................
I am pretty much new to debugging a design via chipscope,logic analyzer etc..