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 kxchorus

  1. K

    Why the reset is always kept active low?

    Why reset active low ?? because in popular DFF's design, the set or reset circuit is implemented by nand gate. If the reset or set is active high, we have to use nor gate or at least add one inverter for these signals. Nor gate have worse performance compared nand gate (for same area) since...
  2. K

    How to verify asynchronous FIFO RAM

    q of verification? don't know how. the asynchronous FIFO ram is very difficult to verify.
  3. K

    code for 4:1 mux in verilog?tell the difference

    verilog mux 1. one (if) has priority the other(case) has no 2. case have full/parallel concept 3. no impact to remove the default since the case is full case 4. possible mismatch in gatelevel and rtl simulation.
  4. K

    why top-most metal for clock and power?

    I dont think clock wire should be routed at the top metal. In large scale of design, clock tree is often needed and will not restricted it to use only top metal.
  5. K

    What does exactly clock latency mean?

    clock latency basically, the clock latency is the delay from the clock root pin (clock source) to the clock leaf pin (such as clock pin of a DFF). Different clock leaf pin may have different latency, which is clock skew. In design, during pre-layout, you will need to set the clock latency you...
  6. K

    DC synthesis question ?

    synopsys async_set_reset It will depends on what kind of DFF in your library which will meet the RTL.
  7. K

    Why latch make ASIC flow difficult?

    except for timing and DFT issues, Latch based design is often easy make circuit fail. This will need carefully designed and balanced for each path delay. One example is that Latch is easy to cause combinational loop back and easy to cause osc effects. Often latch based circuit is using two...
  8. K

    Why use active-low in bus signal definition?

    active low may be quick to be asserted. The signal change from high to low is through NMOS transistor, which have better driving strength than PMOS. this technique is often used in memory array.
  9. K

    Project ideas for VLSI tsmc.18micron for a group of 4 people

    I think not possible .18 for 1.25G. For a 500Mhz clock, to cycle is less than 1ns. The cell delay, the wire delay, it is very easy to over 1ns.
  10. K

    help: how to make a routable P&R with SE?

    You design does not seem have timing issues and I am afraid the congestion problem caused the routing fails. 80% Utilization is too low in most of the case, but it depends on how big of your design. If your design exceed millions of gates. You may need to change your floorplanning to reduce the...
  11. K

    help: how to make a routable P&R with SE?

    1. what is your row utilization? 2. have you opened the timing driving routing? 3. have you analyzed the congestion issue? 4. did you get very serious timing violation before APR?

Part and Inventory Search

Back
Top