Forum Discussion
Altera_Forum
Honored Contributor
18 years agoIf using Quartus integrated synthesis, simply invert the clock in the RTL or schematic before the connection to the megafunction port. Quartus will move the inverter into the RAM block during compilation.
If you use incremental compilation, the inverter in the source code needs to be in the same design partition with the RAM megafunction to avoid having the inversion done in an LE LUT.