Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Can use SRAM instead of VRAM ......... how ???????????

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Can use SRAM instead of VRAM ......... how ??????????? - fahadislam2002 - 2005-08-08 20:17:00

Hi..
      i wanna use sram instead of Vram in my project ... according t
my knowledge vram is same as sram but its dual port...........as fo
display its needed to read and write at same time fastly ...so use
dual port sram...... bu
                   problem is ... i m available only sram which is no
dual port.............is it possible to use it for display????????
                  and   how??????????

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: Can use SRAM instead of VRAM ......... how ??????????? - Andy Peters - 2005-08-09 13:42:00

fahadislam2002 wrote:
> Hi...
>       i wanna use sram instead of Vram in my project ... according to
> my knowledge vram is same as sram but its dual port...........as for
> display its needed to read and write at same time fastly ...so uses
> dual port sram...... but
>                    problem is ... i m available only sram which is not
> dual port.............is it possible to use it for display?????????
>                   and   how???????????

Run the SRAM interface twice as fast and interleave access between
what's writing to it and what's reading from it.

DDR SRAM interfaces are quite fast these days.

-a