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 phoenix_pavan

  1. P

    How can you model a SRAM at RTL Level?

    How can you model a SRAM at RTL Level? Also How to generate sine wav using verilog coding style? How do you implement the bi-directional ports in Verilog HDL?
  2. P

    Questions about sensitivity list in Verilog and what type of language is Verilog

    Is Verilog (or that matter any HDL) is a concurrent or sequential language? What is the function of sensitivity list? Why would a testbench not have pins (port) on it? When declaring a flip flop, why would not you declare its output value in the port statement?
  3. P

    What is the function of sensitivity list? (Verilog)

    Why would a testbench not have pins (port) on it? When declaring a flip flop, why would not you declare its output value in the port statement? Is Verilog (or that matter any HDL) is a concurrent or sequential language? What is the function of sensitivity list?
  4. P

    Effects of insufficient setup and hold time

    In system with insufficient hold time, will slowing down the clock help? In system with insufficient setup time, will slowing down the clock help?
  5. P

    Problem with tristate bus power consumption

    A “tri state “ bus is directly connected to a set of CMOS input buffers. No other wires or components are attached to the bus wires. Upon observation we can find that under certain conditions, this circuit is consuming considerable power. Why it is so? Is circuit correct? If not, how to correct?
  6. P

    Questions about CMOS gates delay

    Name the fundamental 3 operating consitions that determine (globally) the delay characteristics of CMOS gates. For each how they affect gate delay? For a single gate, with global gating conditions held constant , what 3 delay coefficients effect total gate delay? Which is the most sensitive to...
  7. P

    Basic questions about synthesis process

    What are the two most fundamental inputs (files) to the synthesis tool? What are two important steps in synthesis? What happens in those steps? What are the two major output (files) from the synthesis process?
  8. P

    State machine question

    A mealy –type state machine is coded using D-type rising edge flip flops. The reset and clock signals are in the sensitivity list but with one of the next state logic input signals have been left out of the sensitivity list. Explain what happens when the state machine is simulated? Will the...
  9. P

    VHDL Answers to Frequently Asked Questions

    Is it a ebook?Can u plz send the book of FAQ in Verilog? or atleast post the link Thnx
  10. P

    What is the effect of delay, threshold voltage

    Delay decreases as u decrease ur th voltage as switching time decreases and abt the mobility it will increase till a certain point as temp increases It has to do with the work function i guess just check.
  11. P

    What is the maximum frequency of this circuit?

    Re: maximum frequency In the ckt C2 is skewed after C1 so according to eqn tw>=max tpffD1 + max tcombi + tsuD2 - mint of the gates affecting the clock 2 tw>=max tpffD1 + max tcombi + tsuD2 - mintinverters tw>= 2ns + (1+1+1+2) + 3ns - (1+1)= 8ns freq=125 Mhz
  12. P

    How long will it take to shift an 8-bit number into 8-bit serial in, parallel out?

    Re: register question So for SIPO the output will be available at 8th pulse that means the answer is 800MHz is that right basha ji? Added after 1 minutes: sorry 800ns!
  13. P

    max operating frequency with buffers

    Re: max operating frequency Guy's I m more confused now.... nand_gates why r we not considering the hold time of the first flipflop can u plz xplain? thanx for ur support guys
  14. P

    How long will it take to shift an 8-bit number into 8-bit serial in, parallel out?

    How long will it take to shift an 8-bit number into 8 – bit serial in, Parallel out shift register if the clock is set at 10MHZ?
  15. P

    What is the effect of clock gating in design?

    Clock Gating It can lead to glitches even though it is used a low power t/q and it can be done in several ways like using an and gate.But, a latch implementation is widely used to avoid glitches

Part and Inventory Search

Back
Top