Forum Discussion
Altera_Forum
Honored Contributor
21 years agoError compiling sdram.v
Dear all, I recently created a new project in Verilog to test the Performance counter that seems not working in VHDL projects. Whereas the verilog fast example distributed with Nios II wor...
Altera_Forum
Honored Contributor
21 years agoYes, me!
In the same file! Altera support couldn't help. You need to open sdram.v with notepad (you will see more than in quartus,..... (!) ) this is the wrong line for my case: reg za_data /* synthesis ALTERA_ATTRIBUTE = FAST_INPUT_REGISTER=ON */; you need to manually add the " : reg za_data /* synthesis ALTERA_ATTRIBUTE = "FAST_INPUT_REGISTER=ON" */; ...after every sopc builder generation. Don't ask why... ciao Marco