4/13/2015

Debugging TCL Script in Laker

http://www.cadfamily.com/a/CAD_CAID/Laker/Debugging-TCL-Script-in-Laker_3757.html

To enter the debugging mode, you need to open an existing project or a new
project first.
1. Select File->New Project.
2. Click OK to enter the debugging mode.
3. Type the following:
%> laker -play bm2tf.cmd -prodebugAttach 11061@sps502
Debugging a Realized P-device with TclPro
Debugger
When you found error in your TCL P-device after created it with specific
parameters, it will be very convenient to debug the program with TclPro
degbugger. Now you can debug your existing p-device with the following steps.
1. Invoke Laker with the following command:
%> laker -play demo.cmd -prodebug
2. Click the button to run through the TCL program.
3. After sourcing all required TCL programs, which generate the P-devices,
you can select the program that you want to debug from the Window menu

No comments:

Post a Comment