Forum Discussion
Altera_Forum
Honored Contributor
16 years agoi agree with starting from Quartus II templates or the Recommended HDL Coding Styles manual. if you deviate too much from the template all of the features may not be inferred. for example i just noticed on one of my designs that the M9K's output registers are not being used, so i will have to simplify my code or maybe just use the explicit template and keep my logic in a higher level file.
there was also a post about RAM coding styles on comp.arch.fpga today.