2011年10月17日 星期一

10/17 Verilog 課堂操作

module hello1;
initial $display("Hello Verilog");
endmodule



module hello1;
initial $display  ("Hello\n Verilog");
endmodule

C程式 \n  換行  具有相同的效果。

沒有留言:

張貼留言