BugHunter Pro and the VeriLogger Simulators

2.7 Report Window Error and Log file tabs

2.7 Report Window Error and Log file tabs

Previous topic Next topic  

2.7 Report Window Error and Log file tabs

Previous topic Next topic  

The Report window manages several tab windows, three of which are important to simulation and debugging: simulation.log, Errors and Breakpoints.

The simulation.log tab contains the default log file for BugHunter. All information generated by the simulator, such as compiler messages, and all user-generated messages from $display tasks and traces are sent to this file. During a simulation run you should watch the simulation.log file for important messages.

The Errors tab displays errors an warnings that are hyperlinked to the actual code that threw the message. Double-clicking on an error in the Errors tab will open an editor starting at the line of source code where the error was found.

The Breakpoints tab is shows a tabular form for all the breakpoints in the current project. This is covered in Section 2.4: Breakpoints.