Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

system verilog vs verilog

What is the difference between system verilog and verilog. If you try and compile a verilog file with this inside of it for example: module hello; initial $display("Hello world"); endm...