Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ken_ooi

  1. K

    Question on ASIC Test

    Its depends, can be some or all of the following: - DFT (insert scan, integrate test circuitry ie. BIST, JTAG, improve test coverage) - ATPG - Writing test vector - Write test program - ASIC test (in tester)
  2. K

    What is the meaning of at-speed testing?

    Re: At-speed testing yes. at-speed test means test the design at its system speed. Bist test for memory of IP blocks are usally at-speed (they will design to run at system clk speed). For scan, the at-speed test happens with at-speed launch and capture during scan_enable pin low.
  3. K

    Problem with inserting scan and DFFs

    Re: insert scan problem For scan, it will run at slow freq, typically 10 - 20MHz. Normally, we just need to take care of the hold violation.
  4. K

    How important is inserting DFT in ASIC design?

    Re: How important is DFT? For such a small design, you can just write functional vector to test the digital portion, instead of using scan insertion of BIST.
  5. K

    Quite Confused: how to test TAP&BIST Controller

    made them scanable or use functional test vector.
  6. K

    physical synthesis flow

    the physical synthesis perform after the floorplan. however, you can also use phsycal compiler to synthesize the RTL to gates by specifying some "estimated" physical information.
  7. K

    Which equipment is used to generate test vectors shifted into the scan chain?

    Re: ATPG question The scan vector is generated by ATPG tool (like tetramax). The vector (in STIL format) then can be used by the IC tester, to test the chip.
  8. K

    What are the difference between ASIC Verifation and Test?

    Re: What are the difference between ASIC Verifation and Test Functional verification - verify the functionality according to the design specification (for example, you check whether 1 + 1 = 2 for adder). For test, it will check whether the chip have any physical defects (Open, short, ...)...
  9. K

    how to write test pattern?

    IC tester apply test patterns in cycle base. There are several process to wirte test patterns for the tester to test the chip: - ATPG (the test patterns are automatically generated by aptg tool) - Dump files (VCD/EVCD) from functional simulation, required some tools to convert the files to...
  10. K

    Explain me the 4W on Lockup cells

    Re: 4W on Lockup cells ? Yes, we usually insert lockup latch in scan chain, especially those chains with cross clock domain, to avoid hold time violation. If the same scan chain clock by the same clock source, usually we will insert buffers/inverters to fix the hold time problem.
  11. K

    Difference between a flip flop and a Scan flip flop

    scan flip flops Normal Flip-Flop have D, Clk & Q. Scan flop have D, SI (scan in), SE (scan enable), Clk, Q and/or SO (scan out). During scan shift operation (SE=1), data will shift in through the SI pin. Durig scan capture state (SE=0), data will capture into the scan flop via D pin.
  12. K

    Timing constraint for scan pins

    I'm running physical optimization for my design using physical compiler. Pls advice what is the best way to constraint the timing for all the scan in & scan out ports. Here are some option i can think of but don't know which one is better, or whether there are other appropraite way to constraint...
  13. K

    How to constraint the chip when performing scan mode STA?

    test mode STA hi, Please advice how to constraint the chip timing, operating condition, loads etc., when we want to perform scan mode STA? Any sample scripts available? Thanks?
  14. K

    How can i make one standard cell delay zero in my design

    Re: How can i make one standard cell delay zero in my desig can set delay_mode_zero if you use Ncsim
  15. K

    About the style of scan chain

    Some tools support scan compression logic, the scan chain length can grately reduce using this method.

Part and Inventory Search

Back
Top