iverilog

iverilog -o test test.v //compile test.v 

vvp test //  simulate test.vpp to output outcome

-o : output file name, without extension, default file type is vvp

你可能感兴趣的:(iverilog)