I had Quartus II 10.1fb installed and everything worked fine. I installed 10.1 and opened an existing project and now it's generating Verilog files instead of VHDL.
Quartus II -> Tools -> Options: HDL preference is set to VHDL SOPC Builder System Generation tab says the following above the "Simulation. Create project simulator files." check box: "System module logic will be created in Verilog." What gives? I can't find any way to specify the preferred language in SOPC Builder.連結已複製
2 回應
you select an HDL when you initially create the SOPC Builder system.
you can still change it by editing the .sopc file in a text editor. change the line(s) that say Verilog to VHDL
Perfect! That did the trick! Thanks!
