1 / 3

JTAG Commands

Tcl Training. JTAG Commands. Aim and Topics. Aim Looking at JTAG specific commands Topics The unit command The instance command The signal command The pin command The integer command. Signal Command Examples. Setting all Boundary Scan Cells of a device to 0:.

zack
Download Presentation

JTAG Commands

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tcl Training JTAG Commands

  2. Aim and Topics • Aim • Looking at JTAG specific commands • Topics • The unit command • The instance command • The signal command • The pin command • The integer command

  3. Signal Command Examples • Setting all Boundary Scan Cells of a device to 0: # -> Select the Sample/Preload instruction instance U2 set EXTEST unit ir write # -> Set all the Boundary Scan bits to Zero foreach s [instance / signals] { signal ${s} set 0 } unit dr write Set instruction extest For each signal: loop Get the list of all instance signals Set signal $s to 0 Write DR register

More Related