Re: How do I meet this memory IO with least resources on FPGA?




"G Iveco" <G.Iveco@xxxxxxxxxx> wrote in message
news:fgibec$2b5$1@xxxxxxxxxxxxxxxxxxxxxxxxxx


But my question is, for memory based systems,
For very large memory, register implementation takes N times silicon than
RAM.

For a small memory, RAM have overheads like RW, sensing, amplifier, etc
which may
be equivalent to a few hundred registers in terms of silicon and power.

as a result, in the 2nd case, how much is this RAM overhead comparing to a
32-bit register in
Xilinx?

But it really doesn't matter. When you follow the proper template, your
code can be synthesized to use internal RAM or LUTs. That decision will be
made by the synthesis tool. So look up the form of VHDL that will infer
memory, write your code in that fashion, avoid use of wizards and such, and
your code will synthesize to fit into the resources that are on the chip.
It makes no difference whether the memory gets implemented in logic cells or
memory arrays as long as it
- implements the intended function
- meets the performance requirements
- Fits in the targetted device.

If there are good comparisons, then I can skip the trouble of testing..

Testing which 'method' is better is pointless. Write code that can be
inferred properly to the targetted part and leave the rest for the tools to
implement.

KJ


.



Relevant Pages

  • Re: Steve Jobs demos Macintosh in 1984
    ... Woody wrote: ... Stop annoying the fucking hell out of me, ... For sure not much computer memory had been made in 1948 - but it could ... For sure you got a bit more RAM to use in the Speccy - ...
    (uk.comp.sys.mac)
  • Re: Windows uses 4 GB? Really?
    ... I bought 4 GB of RAM because I thought it would speed up my system a bit. ... Some info that is posted here as reference seems to suggest that it is a Windows issue, but others seem to suggest that it is also a hardware issue. ... "I have install total 4GB memory on my motherboard. ... On a SLI system, since PCI-Ex graphic cards will occupy around 256MB, another 256MB will be occupied after you install a 2nd PCI-Ex graphic card. ...
    (microsoft.public.windowsxp.general)
  • Re: Computer wont boot up after installing new RAM
    ... I even took a look at an old Gigabyte motherboard ... DDR2 memory stick, the notch does not line up. ... "To install the memory module, ... into the motherboard RAM slots. ...
    (microsoft.public.windowsxp.hardware)
  • Re: Random Restarts - Please Help
    ... I upgraded my BIOS a long time ago ... Beginners Guides: Diagnosing Bad Memory ... How to diagnose bad RAM ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Alocated Memory Error (SQLSERVR)
    ... but my understanding is that the MSDE instances are designed to ... and you don't want it grabbing all that RAM. ... running but non ever going about 200mb of memory usage. ... Server 2000 SP4, ...
    (microsoft.public.windows.server.sbs)

Loading