Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMegafunctions error (altsyncram)
I am just started using verilog a week ago and I dont understand how to solve this problem D:/Quatus files/Megablock_v2/divi_f32.v(230): Instantiation of 'altsyncram' failed. The design unit wa...
Altera_Forum
Honored Contributor
15 years agoHi
Try changing the path of your project since the current has blank spaces: Change: D:/Quatus files/... To: D:/Quatus_files/... Hope this helps you...