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 mhmhmh

  1. M

    [SOLVED] what is the complexcity of FPGA based bords

    Hi praveenlb, Here is an example of complexity - it has "Enough multicolored LEDs to function as a disco ball" https://www.dinigroup.com/product/data/DN2076k10/images/front.jpg How to design? Start with this book: **broken link removed** by Kraig Mitzner Hope that helps, Cheers
  2. M

    video and image processing using xilinx system generator

    Hi hodahussein, Which Spartan 3E kit do you have ? Does it come with USB or Ethernet connections on board ? Cheers
  3. M

    How can I compute Short-Time FFT for Xilinx FPGAs?

    Re: Short-Time FFT Did you solve your problem ? Can you share more details about your project, without it is hard to help you.
  4. M

    spartan6 pcie endpoint looks incomplete

    Hi buenos, How about this way ? The XAPP 859 should be fine for the first try, it moves a data from DDR2 mem space, into the system memory space (PC). You could put a mux in-between the PCIe engine and DDR2 memo controller, which allows you to load the DDR2 with the ADC data, and then move...
  5. M

    spartan6 pcie endpoint looks incomplete

    Hi buenos, Short answer about coregen design (PIO): NO, you still need to do some work to interface to PCIe block to your wishbone. Everything depends on your motivation - it's not a rocket science :D Have you tried to dig into the code/doc of the XAPP 1052, XAPP 859, and S6 connectivity kit ...
  6. M

    How can I compute Short-Time FFT for Xilinx FPGAs?

    Re: Short-Time FFT Dear ravics, Two approaches comes to mind: 1) CPU solution: instantiate a MicroBlaze CPU inside your Xilinx FPGA, and find (google) some open source implementation of the STFT (written in C). Then compile it for Microblaze. 2) Non CPU solution, You probably would need a FFT...
  7. M

    Anybody can share Xilinx Training documents?

    xilinx share Looks like a freely available Xilinx's Constraints presentation ? **broken link removed** Cheers
  8. M

    FFT implemented of SAR imag using FPGA

    Re: FFT implemented using FPGA To add some reference. Please see this paper: http://www.andraka.com/files/HPEC2006.pdf You can find there a really good description of the FFT in the FPGA. After reading it you should get some general knowledge about FFT algorithms which are best suited for FPGA...
  9. M

    why the keywords '$readmemb()' couldn't be recognized

    Hi jason_tian, Did you check if Quartus II 5.1 supports the $readmemb system task? Start Quartus and open Help. Then search for "System Tasks and Functions Verilog". You can check if the 5.1 supports $readmemb. This is a example which uses $readmemh and in Quartus II 6.1 it definitively...
  10. M

    FFT implemented of SAR imag using FPGA

    Re: FFT implemented using FPGA Hi yongqin2005, The best source about how to implement FFT in the FPGA is comp.arch.fpga newsgroup. You will not find source code for FFT over there but lots of good advices about implementation. You could try also the "Digital Signal Processing with Field...
  11. M

    SDRAM Module in VHDL???????

    Hi, This should be a good starting point: https://www.altera.com/end-markets/refdesigns/sys-sol/computing/ref-sdr-sram.html Documentation and source code ( Verilog/VHDL ) included. Good luck, mhmhmh
  12. M

    Partial / Run-time reconfigurability in Altera FPGA

    If you have some experience with uC then go with NIOS. When you are done with "Neural Network in C" come back here. It should take you no more than one week. Search Altera's website for the tutorials and user manuals. If you don't have experience with VHDL read this "RTL Hardware Design Using...
  13. M

    Partial / Run-time reconfigurability in Altera FPGA

    The M4K is just a dual-port (DP) memory available in the EP2C20 device. I haven't though to much about your application but I see that you could use DP mem to store your coefficients. Then you can use first port to read them out, and the second one to update them (coefficients). If you have to...
  14. M

    Partial / Run-time reconfigurability in Altera FPGA

    Hi pranavam, It looks like you need a memory for coefficients which can be updated from the FPGA firmware. The M4K can fit your needs. Please google for the "FPGA neural networks" and "FPGA adaptive filter". This could be useful https://www.us.design-reuse.com/articles/article5868.html There...
  15. M

    Partial / Run-time reconfigurability in Altera FPGA

    Hi pranavam, Unfortunately the newest Altera chips do not support PR/DPR, neither the Quartus. But if you want to play with PR the better way is to go with Xilinx. Apart from the PR/DPR support in the devices you need a software for the PR. At the moment the most advanced PR support is...

Part and Inventory Search

Back
Top