Sun Microsystems Clinic 19992000 - PowerPoint PPT Presentation

1 / 53
About This Presentation
Title:

Sun Microsystems Clinic 19992000

Description:

Short traces between pin electronics and DUT. Robust mechanical connectors ... Replace Slave FPGAs with Custom Pin Electronics Chips. Package tester ... – PowerPoint PPT presentation

Number of Views:124
Avg rating:3.0/5.0
Slides: 54
Provided by: CIS42
Category:

less

Transcript and Presenter's Notes

Title: Sun Microsystems Clinic 19992000


1
Sun Microsystems Clinic1999-2000
GrandSun of MacTester
Final Presentation April 25, 2000
2
Sun Microsystems
  • Were the dot in .com
  • Develops and builds high performing workstations
    and servers
  • Developed the JAVA programming language
  • Designs and builds chips

3
Functional Chip Tester
  • Feeds inputs to a device under test (DUT)
  • Reads outputs
  • Checks if results are as expected
  • Standard tester is expensive

4
Sun of MacTester Specs
  • Operates the DUT from 1 to 7 Volts
  • Tests packages with up to 132 pins
  • Interfaces with PCs, Macs, and Suns

5
Sun of MacTester Data Flow
Daughter Card
Software Interface on Host Computer
Host to Peripheral Interface
Master Controller
(Serial Port)
(PC Software)
DUT Socket
Serial/ Parallel Converter
Parallel Communication
Input Voltage Converter
Serial Communication
DUT Pin
Output Voltage Converter
Main Board
6
Drawbacks of Sun of MacTester
  • Cannot test devices with more than 132 pins
  • Trace lengths
  • Large package size
  • Connector reliability

7
Problem Statement
  • The goal of this project is to construct a
    robust, compact, inexpensive, and easy to use
    functional tester supporting tests of devices
    with up to 256 pins, operating on supply voltages
    from 1 to 7 volts, suitable for use by Sun Labs
    and by universities.

8
GrandSun of MacTester Specs
  • Tests devices with up to 256 pins
  • Operates device from 1 to 7 volts
  • Short traces between pin electronics and DUT
  • Robust mechanical connectors
  • Interface with Suns and PCs
  • Easily accessible pin electronics and daughter
    card
  • Finished packaging

9
Chip Tester Differences
  • Sun of MacTester
  • 132 DUT pins
  • Slave FPGAs/ Comparators
  • 18 x 18 x 4
  • GrandSun of MacTester
  • 256 DUT pins
  • Custom Pin Electronics
  • 5 x 7 x 4

10
GrandSun Data Flow

Interface
Host Computer
Main Board

PinDriver Card
PinDriver Electronics
Master Controller
Main Board Connectors
Parallel Communication
Daughter Card
Device Under Test
Serial Communication
11
Main Components
  • Main Board
  • PinDriver Card (PDC)
  • Daughter Card

12
Main Board
  • Master FPGA
  • Controls operations by routing data and commands
  • Communicates with the host via RS-232 UART

13
PinDriver Card
  • Communicates with Main Board in serial
  • Communicates with Daughter Card in parallel
  • Performs voltage conversion
  • One PDC tests up to 64 pins

14
Daughter Card
  • Holds the DUT with a Zero Insertion Force (ZIF)
    socket
  • Allows for multiple package types
  • Header pins for DUT pins, Vext, and GND

15
Packaging
  • Contains Main Board and four PDCs
  • Daughter Card is external
  • Package mount LEDs, reset button, and power
    switch
  • External power supply

16
Deliverables
  • Two testers to Sun Labs
  • One tester for use at HMC
  • Daughter Cards (40 pin 256 pin)
  • Final Report
  • Software Manual and Daughter Card Guide
  • Test Results

17
Budget
  • Board Manufacture 92
  • Custom Electronics 95
  • Off-the-Shelf Electronics 90
  • Travel and Meals 114
  • Supplies 19
  • Total 92

18
Acknowledgments
Team Members April Fields (Team Leader) David
Honeycutt Ronalee Lo (Spring 2000) Stephani
Ordinario Tina Wang (Fall 1999) Robin Willingham
Advisor Prof. David Harris Liaisons Ian
Jones Jon Lexau Jonathan Gainsley 99
19
Master FPGA
  • UART/USB initialization
  • Set DUTs for high Z
  • Wait for test initialization
  • Load test onto slaves
  • Apply test to DUT
  • Read DUT output and Latch
  • Transmit to interface

20
PinDriver Card
  • Each card is capable of testing 64 pins on the
    Device Under Test (DUT)
  • Drives test vector data to and samples output
    data from the DUT pins in parallel
  • Receives and sends inputs and outputs to the Main
    Board in serial

21
Scan Chain
sample
drive
ph1
ph2
sdin
din0
dout0
en0
dout255
din255
en255
sdout
22
Single Pin Logic
sample
ph1
ph2
drive
sdin
dout
D
D
D
Q
Q
Q
din
enable
D
D
D
Q
Q
Q
sdout
23
Testing
  • Initially, perform walking ones chip test (just
    in case it actually works)
  • Next, go through hardware debugging stages
  • Wire Chip Test
  • Real Chip Test

24
Walking Ones
  • Sets one pin high at a time
  • Checks that pin INPUT matches pin OUTPUT when the
    pins are not connected together
  • Also, checks that all other pins remain low
  • Can therefore Determine
  • If any pins are tied together
  • If output circuits are not functioning properly
  • Used by last years team

25
WireChip Test
  • Can be used to check that PinDriver and daughter
    card circuitry work
  • By inserting it in different directions,
    different tests can be run
  • Software is used to determine results

26
Stages of Debugging
  • Check communication with host and UART (send one
    byte, receive one byte test)
  • Ensure (proper) configuration of all FPGAs
  • Make sure FPGA configures serial port correctly
  • Check control signals to PinDriver card(s)

27
Tester 0.0
Daughter Card
MainBoard
Pin Electronic Cards
28
Rev 0.0 Data Flow
MainBoard
Interface
Host Computer
Pin Driver Card
Master Controller
Main Board Connectors
PinDriver Electronics
Parallel Communication
Serial Communication
Daughter Card
Device Under Test
29
Revision 0.0
  • Reduce overall size of tester
  • Increase number of testable pins
  • Use Slave FPGAs to stand in for Custom Pin
    Electronics Chips

30
Revision 0.5
  • Replace Serial interface with USB
  • Change data flow to be more intuitive
  • Change physical layout of tester for new data
    flow
  • Replace Slave FPGAs with Custom Pin Electronics
    Chips
  • Package tester
  • Fix bugs found in revision 0.0

31
Revision 1.0
  • Fix bugs found in revision 0.5

32
MainBoard 0.0--Components
  • Interface--communicates with host computer
  • transceiver
  • crystal oscillator
  • serial port connection
  • Master FPGA--control all operations
  • EPROM--programs the master FPGA
  • Clock Oscillator
  • Power Supply Connection
  • Connectors to PinDriver cards and daughter cards
  • LEDs--ERROR, High Z (safe), Power ON
  • RESET
  • Vext--sends reference voltages to PinDriver cards

33
MainBoard 0.5
  • Replace Serial Interface with USB
  • Replace Daughtercard Connectors
  • Find way to secure Pin Electronics Cards
  • Fix Problems
  • Increase Daughter Card Pitch

34
USB Interface
  • Up to 12 MB/s
  • Easily obtainable microcontroller
  • Data transmission sequence
  • Initialization process

35
Revision 1.0
connector
custom chip
36
Revision 0.0 and 0.5
connector
FPGA
EPROM
37
Daughter Card
Input data to pins from MainBoard
Device Under Test (DUT)
Output data from pins to MainBoard
Vext and current
38
Ver. 0.0 - 40 pin Daughter Card
  • ZIF socket
  • Connector pads
  • 3 layers top signal, bottom signal, GND
  • Traces to route Vext
  • Header pins for power housing
  • Header pins for Vext, Pin, GND
  • Various alternating capacitors

39
Ver. 0.5 - Planned Changes
  • 128 pin daughter card
  • larger ZIF socket
  • layout?
  • Different connectors
  • 3 layers vs. 4 layers?

40
Data Flow for 0.0
MainBoard
Interface
Host Computer
Pin Driver Card
Master Controller
Main Board Connectors
PinDriver Electronics
Parallel Communication
Daughter Card
Device Under Test
Serial Communication
41
Dummie Boards
  • Test connector configurations
  • Investigate connector reliability and alignment
    issues
  • Help evaluate better data flow options
  • Test USB

42
Dummie Results
  • Some connectors were not robust
  • Edgecard connectors held up the best and were
    easiest to use for all of our purposes

43
House of Cards
  • Order of assembly
  • PinDriver cards come out with daughter card
  • PinDriver cards do not come out of packaging
  • Pin Electronics Protection
  • plastic
  • metal

44
USB Performance
  • 12Mb/s in high speed bulk transfer
  • Hot pluggable
  • Numerous peripherals
  • Can be ported to PC, Mac, Sun with a single
    connector type
  • Runs error check

45
USB Properties
  • NRZI - Non Return to Zero Inverted encoding
  • Four operation modes - Isochronous, Interrupt,
    Control, Bulk(fastest)
  • Multiple reserved endpoints (registers)

46
System Requirements
  • USB Peripheral Control Chip
  • Central Controller (master FPGA)
  • USB ready computer
  • USB port
  • USB libraries (C)
  • Software

47
Hardware Options
  • Intel chip - More ability than we need, too
    complex
  • Anchor EZUSB - Really poor documentation
  • Mitsubishi - Also poorly documented
  • Phillips PDIUSBD12 - 28 pins, small amount of
    firmware

48
PDIUSBD12 Specs
  • Bulk transfer of 8Mb/s actually achievable
  • Programmable clock with 6MHz input
  • SIE - Serial Interface Engine built in
  • No transceiver required
  • SoftConnect and GoodLink
  • 8KV in circuit ESD

49
Software Requirements
  • Win 98
  • Built in drivers
  • Port description
  • Device detection and description
  • Interrupt Servicing
  • Read/Write

50
Send a Byte Plan
  • Software up to send a byte
  • Hardware on dummy
  • Micro-ps FPGA
  • FSM through read a byte

51
Expansion
  • Complete low level software
  • Update current software mid and high level as
    necessary
  • Overlay USB config FSM and tester function FSM
  • Update boards as necessary

52
Slave FPGA PinDriver Card
53
Custom MOSIS Chip
  • Replaces slave FPGAs, CMOS switches, and quad
    comparators on last years tester
  • Converts voltage level from 5V to 1-7V
  • Stores and transfers data
  • One chip drives 64 Device Under Test pins
Write a Comment
User Comments (0)
About PowerShow.com