Forum Discussion
s002wjhwen
New Contributor
1 day agoquartus 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
Super 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