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 jnanabindu

  1. J

    Verilog doubt - sequential logic

    Re: verilog doubt I think you are refering to the delay involved in generation of seqfound signal. previous<={previous[1:0],data}; seqfound<={previous==pattern_searched_for}; When you change the value of previous signal, this value is available to seqfound expression in the next iteration...
  2. J

    Asynchronous Flip Flop Design?

    Why do you need to have an asynchronous flip-flop?
  3. J

    How to difine different propagation delays by using Verilog

    Re: How to difine different propagation delays by using Veri Hi, Please note that "#delay" can be used only for simulation and not for synthesis
  4. J

    Frequency of operation in state machines

    Re: State Machines. I think that using 5 state machines will give a higher speed of operation compared the other alternative. However, one needs to be careful while coding 5 state machines. But, if you want higher speeds, the implementation of state machine on BRAM is the other alternative.
  5. J

    What does "unsynthesizable vhdl code" mean?

    unsynthesizable constructs in vhdl you do require some knowledge of unsynthesizable codes for verification purposes... any vhdl book as such doesnt separate out the synthesizable code and concentrate on them.. you need to have a knowledge of both.
  6. J

    Advise required 4 final year project wth FPGA

    ya.. 8051 can be implemented on FPGA.. and it is a very good project for starters
  7. J

    how to model the testbench for bidirection_bus?

    illegal output or inout port connection (port try out this link. **broken link removed**
  8. J

    How to start implementing DSP on FPGA?

    DSP on FPGA Hi, I am want to start implementing DSP ckts on FPGA. I am famlier with VHDL/Verilog, but have no idea how to go about in implementing filters, MACs etc... Any suggestions about any sites or materials? thanks in advance

Part and Inventory Search

Back
Top