1 / 20

IEEE P1687 Obstacle Course John Potter Sr. Principal Technologist September 15, 2010

IEEE P1687 Obstacle Course John Potter Sr. Principal Technologist September 15, 2010. In this session, you will see . What is IEEE P1687? ICL and PDL Example Network Reset Architecture of an Instrument Network Case Sensitivity, case SENSITIVITY, CASe … Tracing : BSDL vs. P1687

barney
Download Presentation

IEEE P1687 Obstacle Course John Potter Sr. Principal Technologist September 15, 2010

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. IEEE P1687 Obstacle Course John Potter Sr. Principal Technologist September 15, 2010

  2. In this session, you will see ... • What is IEEE P1687? • ICL and PDL • Example Network • Reset Architecture of an Instrument Network • Case Sensitivity, case SENSITIVITY, CASe … • Tracing : BSDL vs. P1687 • Instrument Concurrency • Parameter Resolution • iApply Ambiguity

  3. What is IEEE P1687? • A proposed IEEE standard for the access of embedded instruments • Embedded Instruments can be for test, debug, functional configuration, yield monitors, etc… • Three important parts of the standard • Hardware Architecture • Hardware Architecture Description (ICL) • Vector/Procedure Language (PDL)

  4. ICL and PDL? • ICL • Instrument Connectivity Language • Describe a 1687 Network (may include dynamic chains) • Describe Instrument connection to the network • Link Instrument vectors (PDL) • PDL • Procedure Description Language • Describe behavioral functionality • Create standard set of instrument interface operations

  5. P1687 Serial Instrument Network TAP IR With GWEN Instruction Static Signals Register Bits MBIST_0 iMBIST_0 iLBIST_0 iMBIST_1 TAP SM Daisy-Chained Instrument Interfaces JTAG Regs TMS TAP IR TCK TDI MBIST_1 TDO Hierarchy Level-1 GWEN Gateway_1 BSDLDescription bit[0] LBIST_0 Hierarchy Lev-0 L0_GWR bit[1] Gateway Interface Instrument

  6. Reset Architecture of an Instrument Network • Soft Reset – Scan in ResetValue of Update Cells • Hard Reset – Global • TLR • Efficient and to the point • Entire network affected • Invoked by controlling process • Hard Reset – Local • Network Instruction Bit (NIB) • Special, self-clearing network bit? • Localized / Isolated / Targeted network reset • iReset…Aye, Aye, Aye…AARRRGH Matey

  7. Case Sensitivity of ICL and PDL • BSDL is Case In-sensitive • Verilog (chip design language) can be case sensitive • Potential exists to generate ICL from Verilog • Potential exists to generate Verilog from ICL • ICL AccessLink describes relationship to BSDL • BSDL Entity Name • Instruction Name • Attachment to simulation • If ICL is case sensitive, so goes PDL… • Case sensitivity is more about the content than the keywords

  8. Tracing: BSDL vs. ICL • BSDL • One JTAG Instruction = One Test Data Register (TDR) • All Data Register bits are in the scan path • Scan Path has a fixed ScanLength • ICL • One JTAG Instruction = One or more TDRs • Recommend PRIVATE Instruction • Scan Path has dynamically changing ScanLength • Scan Path depends on inferred connections • Scan Path must be calculated after EACH UpdateDR • Quiz: Where do bear tracks take you?

  9. Bear Tracks Lead to…

  10. Instrument Concurrency • Run at the same time • Start at the same time • PDL Lock-Step • So, the instrument finished… • Keep it in the network? • Take it out of the network?

  11. Parameters, Parameters, Parameters…

  12. Parameter Resolution • Readability versus Reusability • Readable: Explicit Port and Register sizing • Generic: Parameterized Port and Register sizing • Multi-Level Parameter Passing leads to obfuscated intent • So goes parameters, so goes flattening the network to resolve parameter references • It looked good on paper…

  13. iApply Ambiguity • Writes are sticky – Reads are NOT sticky • Random versus Literal ScanDR content • Instruction Co-Dependence • Discovering PDL intent matches ICL content

  14. iApply Perspective – The Stage RegA[3:0] = Sig_A, Sig_B, Sig_C, Sig_D RegB[3:0] = Sig_E, Sig_F, Sig_G, Sig_H • TDI -> RegA -> RegB -> TDO

  15. iApply Perspective – Act 1: The User (Register) • SDR 8 TDI (35) …; iWrite RegA[3:0] 0b0011; iWrite RegB[3:0] 0b0101; iApply;

  16. iApply Perspective – Act 1: The User (Signal) • SDR 8 TDI (35) …; • iWriteSig_A 0b0; • iWriteSig_B 0b0; • iWriteSig_C 0b3; • iWriteSig_D 0b3; • iWriteSig_E 0b0; • iWriteSig_F 0b1; • iWriteSig_G 0b0; • iWriteSig_H 0b1; • iApply;

  17. iApply Perspective – Act 2: WG Member X • SDR 8 TDI (30) …; • SDR 8 TDI (35) …; • iWrite RegA[3:0] 0b0011; • iWrite RegB[3:0] 0b0101; • iApply;

  18. iApply Perspective – Act 3: Software Engineer SDR 8 TDI (00) …; SDR 8 TDI (00) …; SDR 8 TDI (20) …; SDR 8 TDI (33) …; SDR 8 TDI (30) …; SDR 8 TDI (34) …; SDR 8 TDI (30) …; SDR 8 TDI (35) …; • iWriteSig_A 0b0; • iWriteSig_B 0b0; • iWriteSig_C 0b3; • iWriteSig_D 0b3; • iWriteSig_E 0b0; • iWriteSig_F 0b1; • iWriteSig_G 0b0; • iWriteSig_H 0b1; • iApply;

  19. Good things come… • PDL is WAY, WAY, WAY easier to write than SVF!!! • Allowance of Tcl finally gives true programmability via JTAG • Portable and Reusable Instrument “patterns” • Scheduling

  20. In Summary … • P1687 heading in a good direction • P1687 needs some polish • P1687 usage projects are fleshing out the complexity

More Related