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 aravi.ab

  1. A

    dpram without inferring a memory block from fpga

    hi all, I am new to fpga and vhdl. I am trying to design dpram without inferring a block memory.But if I use 2d array in vhdl,While synthesizing the code it automatically inferred the block ram.I want to do it with only registers. thanks
  2. A

    [SOLVED] RAM modeling in VHDL using buffer types

    Hi, Can we use buffer types instead of array types to model memory and a tri sate buffer to enable and disable the read and write pointers in VHDL. for eg : TYPE mem ARRAY IS (0 to 32) OF STD_LOGIC_VECTOR(7 downto 0) or can we write like this TYPE mem BUFFER IS (0 to 32) OF...
  3. A

    FIFO read & write pointer synchronising for asynchronous FIFO

    HI, I have a doubt regarding read and write pointer. If the read pointer is synchronized with write pointer for comparison and read pointer is continuously incrementing in its clk domain.doesn't this pose a problem during comparison. thanks Aravind

Part and Inventory Search

Back
Top