Forum Discussion
Altera_Forum
Honored Contributor
18 years agoYou cannot have two net assignments to the same signal (fpga_sdram_d), try combining them into a single assign statement. Check your Quartus warning messages. Maybe combine all assigns into a combinatorial 'case' statement?