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 mvkarthik

  1. M

    Synopsys DFT MBIST Documentation

    Try getting Solvnet or for MBIST you need to have a valid SMS license so that you can check it in SMS release folder.
  2. M

    What is the design for test in simple terms ?

    Re: what is DFT ? Hi, This is just a technique to test your chip is manufactured correctly / not. This involves putting in test structures and verifying the same through patterns. - Karthik
  3. M

    What is the difference between x=#5 y and #5 x=y in Verilog?

    Re: verilog question Hi, This is just a classic example of inter-segment and intra-segment delay statements. Thanks, -Karthik
  4. M

    How to debug the memory operation and content?

    fsdb dump memory Hi, All you need is the following statements initial begin $fsdbvars(<hierarchy till the memory"); $fsdbDumpfile("<filename.fsdb">); end Added after 1 minutes: All you need is the following statements initial begin $fsdbvars(<hierarchy till the memory")...
  5. M

    Question about particular HDL code

    Re: hdl questions If this is for a non-synthesizable code, then it's going to have a value of 0. but if this is a synthesizable code then after synthesis it's still 'X'.
  6. M

    what's the differnt between fanout and fanout load?

    fanout load I believe that there is a difference between fanout and fanout load. Fanout is the ability of the gate's output to drive no of input of other gates. Fanout load comes in the form of a context. i.e theoritically you can say that infinite no of wires can go from the o/p of one...
  7. M

    Parallel to Serial converter.. need help

    Can you please be specific ? Do you need a entire system that has the RTL code as well as the testbench for your verification ?
  8. M

    BIST controller for ram and rom

    Normally in the companies there would be certain EDA tools for generating the logic that can test these memories. E.g Mentor / LogicVision. Typically the BIST controllers that are going to be generated will have test algorithms built into them. ( E.g Marching 0s , 1's Checker - Board ...). To...

Part and Inventory Search

Back
Top