Node:Debugging VHDL programs, Previous:Simulation options, Up:Simulation and run time



Debugging VHDL programs

GDB is a general purpose debugger for programs compiled by GCC. Currently, there is no VHDL support for GDB. It may be difficult to inspect variables or signals in GDB, however, GDB is still able to display the stack frame in case of error or to set a breakpoint at a specified line.