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 ljwfred

  1. L

    should the scan chain include the mbist logic?

    Hi yang, if the mbist is included in the scan chain, while scan pattern includes the mbist register failed, and then we dont need to do the mbist test. does it make any sense? thanks - - - Updated - - - hi, rca yes, what i am doing now is adding an and logic to the clock select port, in...
  2. L

    should the scan chain include the mbist logic?

    should the scan chain include the mbist logic? in mbist logic some registers control the clock selection. during the scan insertion, the control registers are added to the scan chain. and in scan mode, while shifting, the control registers' Q ports are toggling and make the clock sometimes...
  3. L

    FSDB- need help about fsdb

    waveform format it is smaller than VCD, debugging in verdi with tb is more easy. - - - Updated - - - waveform format it is smaller than VCD, debugging in verdi with tb is more easy.
  4. L

    question on the timing of scan enable

    scan_enable is a select between SI and D, and after shift, before capture the scan_enable is 0, and clk have a pulse, then scan_enable is high and shift out. does the scan_enable have some relation with the clk?
  5. L

    Variable number of inputs in a Verilog module

    actually i have never seen that before. but i have seen something using define instead. output wire cclk_0, // controller clock output input wire ctl_rst_n, input wire [2 -1:0] msd_tie, // tie-hi:tie-low i.e. 2'b10...
  6. L

    DFT mbist algorithm selection

    Hi, everyone. Can anyone give me some tips about mbist algorithm selection. the srams are many kinds, sp, dp, RF, SRAM and etc. thx a lot.
  7. L

    [STA] Back annotation on the separate modules [SDF]

    Hi, whole chip sdf is a must, i think. a) if you only checked submodules, how about the interface between the modules. b) did you take a look at the final layout netlist? it changed a lot, some high fanout pins, clk trees ,some pass through buffers and etc. how to deal with that. i think...
  8. L

    Non-sequential timing problem in DC

    Hi, hayoula did you mean you wanna scale library cells for synthesis? or just a new designed cell is going to be used for synthesis.
  9. L

    generating compile log in DC shell

    dc_shell -f run_dc.tcl | tee dc.log
  10. L

    difference between design equality and design consistency in synopsys formality

    it is about X state for input pin. and equality is more strict. i think it is.
  11. L

    Formality for scan inserted netlist

    ignore the scan out pins like sdo, tie the scan input pins, i think that's enough for the module level formal check.
  12. L

    Boundary scan IEEE 1149 for Memory test

    do you mean that you are coding a kind of mbist which uses the BSD to test the memories? it sounds familiar, some kind of tools can generate this kind of verilog, like mentor tessent but it uses jtag IRs to shift in some instructions and shift out some results. i think it is.
  13. L

    [SOLVED] Cadence Conformal Flow (LEC) - How to proceed from where I am currently?

    u can debug it from the unmapped points. maybe there are some dff merged together when synthesis or some CG inserted and so on. you need to check it. some unmapped points can make some effect of the nonequavilent points.
  14. L

    where we will find rule info in Tessent MBIST check?

    some constraints like pin connections, jtag signals and so on. i mean user guide, u can find it in the directory which tessent is installed.

Part and Inventory Search

Back
Top