Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIf you set the global option to "SystemVerilog" then all files (*.v or .sv) will be synthesized with SV extensions. If you use .sv in your extension, then Quartus will us SV for those files. In the .qsf there is a different keyword for SV.
set_global_assignment -name SYSTEMVERILOG_FILE ../src/I2C_Master_PSOC/I2C_Master_PSOC_IF.sv set_global_assignment -name VERILOG_FILE ../src/VCCIO_Controller/LTC2620.v Ed