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 ihearme

  1. I

    want to save a string in memory and then transmit on serial

    If you're talking about pre-loading the internal Block RAM of FPGA, maybe this will help. **broken link removed** **broken link removed** These will help you implement the use of distributed block RAM in the FPGA, which can be used in many ways, including pre-loaded memory as you want.
  2. I

    Problem with using FIFO with Block Rams as memory type

    Re: Block Rams The reset value of the full flag can be set by LogiCore FIFO Generator. (see attached pic) The FIFO full flag can come up from reset as "full" even though you have no data in it. I'm not sure why they have this feature. I had this bug once.
  3. I

    please check this code

    Your clock and count calculations look ok. How about your hyperterminal port settings? I usually use data bits = 8 parity = none stop bits = 1 flow control = none
  4. I

    Problem with using FIFO with Block Rams as memory type

    Block Rams My 2 cents... In Xilinx FIFO Generator, there's a "Full Flag Reset Value" on page 3 where you select to enable/disable flags. How is it?
  5. I

    FPGA board + Fx2 USB to PC

    usb fpga fx2 martingn, I design the firmware base on the framework provided by Cypress on Keil compiler. I develop the application software on Visual C++ using the CyAPI driver from Cypress also. My project is to get huge amount of data from DDR2->FPGA->FX2->PC continuously. It took me a while...
  6. I

    FPGA board + Fx2 USB to PC

    fpga jtag fx2 I have the Cypress EZ-USB on my desk now. I use it to transfer data between Xilinx Spartan-3E FPGA & PC. It is not very simple to use. Try to use their GPIF for maximum throughput. Using this IC to program the FPGA is my next plan.

Part and Inventory Search

Back
Top