Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16616 Discussions

SystemVerilog in SOPC Builder

Altera_Forum
Honored Contributor II
927 Views

I am trying to add a component that's written in systemverilog to sopc builder 8.0. Quartus compiles and runs this code on the hardware just fine, but sopc refuses to even use the file. It seems to be calling the compiler with the wrong settings. Anyone know how to fix it?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
268 Views

ok, I figured it out. You have to add the following synthesis directive at the top of the file: 

 

// synthesis VERILOG_INPUT_VERSION SYSTEMVERILOG_2005
0 Kudos
Reply