Altera_Forum
Honored Contributor
14 years agosystem 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"); endmodule the compiler complains that it is a system verilog file. If I were to use that code would I have to create a system verilog file within my design? can you have a verilog file and a system veriog file in the same design? Thanks