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 muss76

  1. M

    Burst mode data transfer using plx 9030

    Hi all I am using Mesa electronics io5i20 pci card. In there sample code they have provided borland c code to transfer data from PC to card and then read data back from card to PC. One example section is shown below: static udword datain32(unsigned p) { udword retval ; p += P_FPGAIOBase ...
  2. M

    Reading and writing files(DATA) between PC and FPGA using PCI

    Hi I am looking to find a way to read data from PC(windows) into PCI FPGA. I have got MESA 5i20 FPGA card. Kindly can some one guide how to read data from PC (and obviously writing it back). I am using VHDL and has moderate knowledge of VHDL. What I understand, I will need application on PC...
  3. M

    VHDL Block ram instantiation

    Dear TrickyDicky Again thank you. Initially I used following array for infering block ram: ------------------------------------------------------------------------------------------ type ram_array is array (INTEGER RANGE 0 to window_size-2, INTEGER RANGE 0 to depth-1) of SIGNED(d_width-1 + 1...
  4. M

    VHDL Block ram instantiation

    Hi TrickyDicky Many thanks for your reply. Yes I need help with use of INSTANTIATION mthod for Block RAM and not behavioral or Core gen techniques. Although there are some templates available in template library for INSTANTIATION of block ram, but unfortunately I am unable to understand how to...
  5. M

    VHDL Block ram instantiation

    Dear v Thank you for your suggestion. Unfortunately I am asked to use instantiating technique. Any help in that direction, plz...
  6. M

    VHDL Block ram instantiation

    Hi I am using an array pixel_mem for storing pixel data. But I am asked to use Block ram instantiation. So I have tried to understand how to implement BRAM instantiation template in place of array named pixel_mem of type ram_array. Here is the code segment which I am using...

Part and Inventory Search

Back
Top