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 revanth

  1. R

    Impact of scaling and power supply reduction in CMOS

    have a doubt in CMOS Hi, That book by Sze is very good. I think it would suffice. For better understanding you may reffer to Brennan. This is simple. I can mail you some slides regarding this topic, on later date, as i'm not able to find them on my comp. "enjoy your work"
  2. R

    What is strange Verilog??

    Hi dude, Even if you code the design as in1<<in2, it will be converted into a combinational logic by the synthesis tool. Hence the computation will be finished in one clock cycle. Division in velog will throw a synthesis-error, "divisor should be an integral multple of 2". We have to use...
  3. R

    how to do clock synthesis

    Dear Xstal, Can you please give that link for clock-synthesis. Regards
  4. R

    Need some information!!

    Hi dude, I was also working with vhdl, when i was an undergraduate. Now my job demands me verilog. Michael.D.Ciletti is a good book for verilog, which teaches you how to code synthesisible designs. Samir Palnithkar is good for beginners. "enjoy your work"
  5. R

    what is the meaning of "weak"?

    hi, in digital design, we have logic states {1,0,z,x} which correspond to {5v,0v,z,(1.8-3)v} respectively. in std_logic, we interpret the values (1.5-2.2)v as weak-zero. same explanation follows for the others also. we usually come across these logic states only when you are working with...
  6. R

    How to express the following expressiong using verilog?

    hi dude, coding it in verilog is not a big deal, but first of all, let me know the description of akk the variables on right-hand side. what's this v(n1) ? is it a function or variable? and do specify the precision needed. "enjoy your work"
  7. R

    what's wrong in my verilog code ?

    dude, juat as jay_ec_engg told, there should be some resolution logic, when both the events are happening at the same time. because two alwasys blocks are desiging the same flip- plop, both will try to push contrary logic-states, and output will be indeterminate state. better not to use...
  8. R

    MUX_DEMUX Bidirectional

    hi dude, at first place, i dint get the need for a mux/demux unit, that too on a bi-directional port. i think that it will simply add complexity, at no rendered advantage. please let me know the application. "enjoy your work"
  9. R

    FPGA board for LDPC decoding

    Hi dude, I'm also implementing LDPc decoding algorithm. Till now synthesis is over. I'm also looking for the same. May be i can let you know when ever i get. Please let me know, if you get a feasible option. Regards
  10. R

    starters guide to verilog 2001, michael d. ciletti

    starters guide to verilog 2001 download hi, i've tried it on net. soft-copy is not not available. it is a very useful book. better buy it. sorry yar. "enjoy your work"
  11. R

    Wireless headphones schematics needed

    wireless headphones hi, if you are working on windows, then there are plenty of readymade wireless headphones in the market, to attach to your computer. in case you want to build one on your own, may be i can help you in a souple of days. "enjoy your work"
  12. R

    Digital-digital encoding..

    hi, at the first place, i dint understand the querry. if it is regarding "digital to digital encoding", i'm briefing it. normal encoding is a process of representing analog data in digital format. this is to interface with a digital system. digital data sometimes needs to be encoded. this...
  13. R

    Help For Digital Filters In Matlab

    hi, this link gives a pdf about filter implementation in matlab. **broken link removed** you can use the following links for better understanding **broken link removed** this book is tough for begginers, but very informative. Oppenheim, A. V. and R.W. Schafer. Discrete-Time Signal...
  14. R

    Need information about software defined radio

    HELP NEEDED software defined radio is a communnication system, which uses software for modulation and demodulation purposes of radio signals. this reduces the complexity of hardware , but a bit slower than that. there are few white papers available on net. checkout. **broken link removed**
  15. R

    Useful skew-all the problm you said is also zero skew problm

    Useful skew is operating condition sensitive? hello, useful skew is operation sensitive, because the timing considerations vary with the logic cloud, and the path it traverses.

Part and Inventory Search

Back
Top