OpenCores
Issue List
generic_dpram.v' #4
Open bobbyrang opened this issue over 13 years ago
bobbyrang commented over 13 years ago

Hi,

I could not find generic_dpram.v. Anybody knows where it is?

Thanks, KS

iztok commented over 13 years ago

The missing module is a standard FPGA RAM component use the FPGA manufacturers tools to build the RAM and rename the ports for the instance if necessary.

Since the component is manufacturer specific, and the RTL is from 2001, this code would not be compatible with contemporary devices.

Otherwise you can write generic RAM code and let the FPGA tools recognize it as a memory. There are many online Verilog tutorials you can use.

spinrog commented over 8 years ago

Thanks a lot for this comment! Created altera ram 2 port megafunction and compilation was finally successful!


Assignee
No one
Labels
Request