Hi,
I'm working with the LTE application framework in LabView Comms. I am modifying the FPGA design of the framework, but have not found a good method for debugging. For small pieces, I can simulate a module and step through it with the debugging tools. However, the application framework is very complex with many modules, FIFOs that send data between the modules, and various signals going back and forth between the host and target.
Debugging an individual module with a small test-bench on the host isn't sufficient. I need to see multiple internal signals on the FPGA over a longer time frame as the entire system is operating. Ideally, I'd use a tool like chipscope. This seems to be an option on LabView, but I haven't found a comparable tool for LabView Comms.
Is there such a tool or is there some other advice for debugging when altering the FPGA design on the LTE application framework?
Thanks