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 hgz

  1. H

    STA + Functional Simulations -> why needed?

    STA is not must in pre-layout stage, it's used in post layout for timing signoff. STA is static timing check, so we need post simulation for check dynamic timing, such as asyn logic.
  2. H

    Help me use power analysis in DC

    Power Analysis in DC synopsys now use PTPX report power. please refer to STA doc.
  3. H

    How to avoid glitches in clock gating cell?

    icg clock gating Another way use the following logic, it will glitch free. always @ (negdege clk or negedge rst) begin if (~rst) begin en_reg1<=1; en_reg2<=1; end else begin en_reg1 <= en; en_reg2 <= en_reg1; end end clk_gate = clk & en_reg1;
  4. H

    who have spi nor flash memory mode?

    Hi,who have spi nor flash memory mode? Can you send it to me? Thanks. My model refer to S25FL008A (spansion).
  5. H

    How to design the gain and bandwidth of buck regulator?

    How to design the gain and bandwidth of buck regulator? THX!
  6. H

    all_registers command

    design compiler all_registers 1.set REGS [all_registers] sizeof_collection $REGS > ./rpt/regs.rpt 2.report_reference
  7. H

    what can P&R engineer do

    also include physical complier, and QA
  8. H

    step by step to implement BIST

    You can use tool, or you can write it yourself.
  9. H

    Is this result reasonable?

    Yes, please check it. Something is wrong
  10. H

    fail in post-layout simulation

    use lower frequence simulation, if pass, may have setup time issue.
  11. H

    Are UDP's & Task's in Verilog synthesizable ?

    Synthesis You'd better not use them.
  12. H

    The difference between functional and gate-level verificatio

    You can verify function with Stimuls same as rtl simulation, or you can use hspice/star-simxt verfiy function in transistor level netlist.
  13. H

    What's the purpose of DFT (design for test)?

    DFT :design for test one way to insure yield.
  14. H

    Should I switch to front end after 5 months of working in back-end?

    confused? after 2or 3 years, then move to back end is good, but if your want now, fire your company.
  15. H

    What is the use of Tetramax?

    Tetramax For ATPG coverage

Part and Inventory Search

Back
Top