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 amitgvlsijune06

  1. A

    What are conficuration registers?

    please specify how configuration register will be used for clock control? what i understand is is some count value can be configured and can be used for clock division or so. what are other scenarios.
  2. A

    What's the function of lock signal in AHB?

    please let me know, 1.in AHB why do we use lock signal. 2.what happens if select signal is deasserted as the transaction is finished,but lock signal is still active? Thank you in advance.
  3. A

    What's the difference between retry and split in AHB?

    the difference has been explained in amba spec clearly pls read it.the spec is freely available.
  4. A

    Looking for UART Verilog model

    uart controller using verilog advanced digital design with the verilog hdl micheal d. ciletti has synthesizable model with netlist explanation go for that buk
  5. A

    How the synthesier consider CONSTANT and SIGNAL

    in the first case 1. signal = latch , + = half adder, out = wire so latch ,adder = wire out 2. input = wire , output = wire, half adder this will be the difference.its better yu synthesize and check as the signal might be taken as an FF too. thank you
  6. A

    primetime check different clock

    Re: Clock domain Crossing In a circuit where an asynchronous signal has to be synchronised with the clk,the MTBF comes into picture. MTBF = 1/(Fclk * Fin *Td) Td = critical time window(the addition of setup time and hold time) so different synchroniser ckts can...
  7. A

    What is actually the role of HADDR[31:0] in AMBA?

    Re: AMBA question A conventional interleaved memory provides an "even" memory bank and an "odd" memory bank. Data having even memory addresses are stored in the even memory bank. Data having odd memory addresses are stored in the odd memory bank. Hence, any two sequential memory locations are...
  8. A

    pipelining in verilog

    pls elaborate it a bit further...with somecoding examples. i have understood what yu r saying
  9. A

    pipelining in verilog

    how to bring pipelining in verilog coding of a particular architecture.please give me some example.
  10. A

    What is Elaborate in ncsim?

    what is elaborte in ncsim During compilation,the individual source files are compiled into libraries and translated to object code. During elaboration, a top-level unit is selected and, using the configuration information, a hierarchical model is built by recursively connecting entities and...
  11. A

    parallelism vs pipelining

    parallelism versus pipelining please compare pipelining and parallelism wrt to 1.Speed 2.Area 3.best features 4.applications. pdf's welcome
  12. A

    Interview Question on Inverter

    when p and n are interchanged? 1.P -strong '1', weak '0' reason -not complete discharge of output capacitance load thereby weak '0'.(derived from vdd equations) n - stron '0' , weak '1' reason - not complete charging of output capacitance load thereby weak '1'. so when...
  13. A

    Question about basic CMOS inverter

    Re: CMOS inverter when p and n are interchanged? 1.P -strong '1', weak '0' reason -not complete discharge of output capacitance load thereby weak '0'.(derived from vdd equations) n - stron '0' , weak '1' reason - not complete charging of output capacitance load thereby weak '1'. so when...
  14. A

    Addressing space with address bus without AHB decoder

    Re: about ahb decoder A central address decoder is used to provide a select signal, HSELx, for each slave on the bus.The select signal is a combinatorial decode of the high-order address signals.the decoder design is based upon the number of slaves present and not upon the master. u can get a...

Part and Inventory Search

Back
Top