Forum Discussion

s002wjhwen's avatar
s002wjhwen
Icon for New Contributor rankNew Contributor
1 day ago

quartus ram gen full HDL

can Quartus ram generator, generated a full HDL code for simple dual port ram, so i can use for both non altera device?

1 Reply

  • FvM's avatar
    FvM
    Icon for Super Contributor rankSuper Contributor

    Hi,

    presume you are asking about synthesizable HDL code? Embedded RAM is a hardware feature of FPGA, HDL code provided by Quartus Megawizard or e.g. Xilinx RAM generator is only a wrapper. Respectively many parameters (memory organization, synchronous or asynchronous read/write, behaviour of additional signals) are target dependant, the code can't be easily ported to other devices.

    Regards Frank