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 gogogo

  1. G

    Is it necessary to do post layout simulation after STA?

    but i wonder, in some design, when the frequency of clock is very low, is it need STA? is it enough only to do post-simulation ?
  2. G

    when a Z input to DFF , what output of DFF?

    the model is right. when you input a "z" to dff, in general the model should output "x". your design should avoid this case, that means you should give all the input of dffs in your design a certain value. especially, take care about the memory output to your logic when it has not bus holder,
  3. G

    difference between clkbuffer and delaybuffer ?

    i also have this question, can some one give a reply?
  4. G

    How to know that a design has been verified completely?

    verification coverage code coverage is good for your use! but remember: u can never prove your design is comletely right!
  5. G

    which one consumes less power?

    any dff whih has a transition of "1" to "0" or " o" to "1" consume dynamic power. and the dynamic power consumption is the most important part of cmos circuit. "0"to"0 does not consume dynamic power but static, which occupies less compared to dynamic!
  6. G

    how to compare two data in 2s complement form?

    i think substract the two number is good! you only check the result which can give you which one is bigger!
  7. G

    Gated clock for power saving

    you can also insert clock gating yourself! for exaple: system_clock = clock & en; when en becomes low, the system will hold current state, because no clock is provided!
  8. G

    does anyone who have some ideas about mmu in 8051??

    does anyone who have some ideas about mmu in 8051?? are there any refences? thx!
  9. G

    Sync Reset or Async Reset

    where can i find "DIGITAL DESIGNS" by John F. Wakerly .? thanks!
  10. G

    Information about SystemVerilog

    about verification system verilog now is not widely used, who know its future? these languages depend on the support of eda software
  11. G

    What are the difference between ASIC Verifation and Test?

    test refers to check manufacture of the chip, verification refers to check your design function.
  12. G

    Important question on verification

    some books are useful to you. << Writing Testbenches--Functional Verification of HDL Models>> <<system on chip verification methology>> Kluwer
  13. G

    Which designer is better: Analog IC or Digital IC?

    Which one is better? as i understand, the people who design digital circuit uses analog circuit.that means digital desigers care more about the application of analog not the design of it! the same explain to the second words.
  14. G

    Synthesize question about design composed of several modules

    synthesize question: i have a design composed of several modules, and some modules are modified, when synthisize it with the same script, i found the areas of the modules which i did not modify changed!!! why???

Part and Inventory Search

Back
Top