You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm working on a project to improve myself, and unfortunately, I don't have an FPGA, so I'm testing what I do in simulation.
As far as I understand, the Debug process only works on the FPGA, and the simulation only records UART outputs. Is there a way to debug in the simulation to check the changes in each step and record GPIO outputs to a file? Thank you.
The text was updated successfully, but these errors were encountered:
Hi Yidaen, we don't have a way to connect to JTAG debug in simulation, but you can enable tracing which outputs a wave file. Inside the waveform you can see the output of the GPIO. You can use GTKWave to open the FST file the simulator produces.
Hello, I'm working on a project to improve myself, and unfortunately, I don't have an FPGA, so I'm testing what I do in simulation.
As far as I understand, the Debug process only works on the FPGA, and the simulation only records UART outputs. Is there a way to debug in the simulation to check the changes in each step and record GPIO outputs to a file? Thank you.
The text was updated successfully, but these errors were encountered: