On Wed, Sep 2, 2009 at 13:51, Yan Nie<[email protected]> wrote: > I want to track the gr-sounder program to see the role each module plays in > the whole gr-sounder module, because I need to modify the some verilog > module in gr-sounder. > > what can I use to debug the program? I'm using PyDev+eclipse to complie the > python code, and Quartus to compile verilog code, but I cannot trace the > whole gr-sounder module to see how the code linked together, how they are > called.
When I developed gr-sounder, I used the icarus verilog simulator and a verilog testbench to debug. There really isn't a way to debug the who system in realtime. Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
