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 cutesue

  1. C

    Cadence interview questions

    can you please share some DSP interview questions for Cadence Design Systems USA? the position for which i am going to interview is Intern ( encoding/DSP/High Speed Simulation/Algorithmic Modeling (AMI)/IBIS)
  2. C

    shifting in verilog..plz help!!!!

    i have to send a 32bit input (IP address in hex for eg 703020F8 ). I need to take 4bits at a time and perform some operation on it,then next 4bits and so on.. how do i do it in verilog? in gate level, I take 32bits,put it through a 32bit register, take an output of 8 lines (4bits each) and then...
  3. C

    can someone plz tell me how to write verilog code for this bit extraction..

    i have a 32bit IP address in hex..say 703020F8..i have to extract first 4bits(in binary) ,do some operation with it, then extract next 4bits and so on..how do i do it? i m a beginner so this question might sound silly.. plz help!
  4. C

    how to extract bits in verilog

    okay..thank you..
  5. C

    how to extract bits in verilog

    can you pl tell me how to do this right shift in gate level.. shd i use an encoder?
  6. C

    how to extract bits in verilog

    i want to extract first four bits of an IP address,then next 4bits,then next 4 and so on in a 32bit IP address sequence...in verilog.how do i do that?
  7. C

    digital communication

    i need digital communication system solution manual by peyton z peebles. if anyone has plz send me the link.
  8. C

    Solution Manual - Digital Communication Systems by Peebles

    i also need the digital communication system solution manual by peyton z peebles. plz reply!
  9. C

    Help me resolve a counter design question

    Re: design of counters.. I am told to use 2 muxes, one gate and one 8bit adder, and D flip flops for input and output.How do i do it..
  10. C

    Help me resolve a counter design question

    Re: design of counters.. thanks for your reply.. yes i can do that but then, what do the values start and overflow signify? i dont understand what they mean and where to use them.
  11. C

    Help me resolve a counter design question

    hi ppl! can u plz tell me how to solve this question.. Please design a counter that counts the number of times the number “5” appears in an 4-bit input stream. The I/O are as follows: NumberIn : 4-bits wide (input) Start: Reset counter and overflow flag to zero while start is high (input)...
  12. C

    design of counters..pl help!

    This is a design question. Please design a counter that counts the number of times the number “5†appears in an 4-bit input stream. The I/O are as follows: NumberIn : 4-bits wide (input) Start: Reset counter and overflow flag to zero while start is high (input) Count: 8-bit...
  13. C

    hi!hw 2 design a counter that counts the number of times the number “5†appears?

    the conditions given are: NumberIn : 4-bits wide (input) Start: Reset counter and overflow flag to zero while start is high (input) Count: 8-bit unsigned count (of the number of “5â€s that have occurred since start went low (output) Overflow: Goes high if count overflows (count is...

Part and Inventory Search

Back
Top