S
Steve
Guest
Hi,
I'm quite new to VHDL so this question maybe quite basic.
I'm desiging a system using an XILINX Spartan FPGA and in my system I need
to store 1024 bytes of data. Originally I planned to create an array of
1024 bytes and store the data inside it. But such a large array is too big
for the FPGA. The FPGA contains several block ram components which suit my
storage needs. My question is, if I use the block RAM's will my VHDL code
still be portable? By portable I mean will it synthersize for devices other
than my FPGA?
Thanks for any info,
I'm quite new to VHDL so this question maybe quite basic.
I'm desiging a system using an XILINX Spartan FPGA and in my system I need
to store 1024 bytes of data. Originally I planned to create an array of
1024 bytes and store the data inside it. But such a large array is too big
for the FPGA. The FPGA contains several block ram components which suit my
storage needs. My question is, if I use the block RAM's will my VHDL code
still be portable? By portable I mean will it synthersize for devices other
than my FPGA?
Thanks for any info,