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 leonyang

  1. L

    Is there any way to control the pll of the FPGA on the fly?

    Thank you very much! I use the @ltera APEX KE familay FPGAs. Does APEX 20KE familiy support this feature? If it cannot be done in the APEX 20KE FPGAs, which FPGAs provided by @ltera do support adjusting the pll on the fly?
  2. L

    Is there any way to control the pll of the FPGA on the fly?

    :o I my project, the clock frequency of circuit need be adjusted on the fly! So, I am looking for an approach to control the pll on real time! Thank you in advance!:)
  3. L

    What should I consider for Spartan3 FPGA internal power?

    FPGA Power As what I know, there are not commercial behavior level power estimation tools now! So your design described by C code cannot be used for power estimation. You must implement your design in netlist fashion first.
  4. L

    What should I consider for Spartan3 FPGA internal power?

    FPGA Power If you want to get the clear breakdown of power consumption of your design, you can use the power estimation tool that provides by Xilinx ISE, called XPower.
  5. L

    Any Ideas for this FSM Design!!!!!!

    In my point of view, using counter is a good choice! How to implement the FSM depends on your favariate. The most important thing is that FSM must synchronize with the incoming bitstream.
  6. L

    designing logic application

    Allmost all books that introduce "digital circuit design" satisfy your requirements!
  7. L

    Is there language for FPGA other than VHDL?

    Re: language for fpga Verlog
  8. L

    need help from vhdl developer?

    error:hdlparsers:808 read file The conversion function to_bit() in the std_logic_1164 package can not apply to the boolean type operand. You can overload it to implement what you want.
  9. L

    How to switch off unused resource of FPGA devices

    Is there any vendor support the function of switching off unused resource of FPGA devices! If it works, the static power of the circuits implemented in FPGA will reduce greatly.
  10. L

    how to count clock cycles ?

    You can assert a small 3-bit counter to monitor sigal ACk.

Part and Inventory Search

Back
Top