📄 test.v
字号:
// DESCRIPTION: Verilog-Perl: Example Verilog for testing package// This file ONLY is placed into the Public Domain, for any use,// without warranty, 2000-2009 by Wilson Snyder.// ENCRYPT_MEmodule example (/*AUTOARG*/ // Outputs z, // Inputs a, b ); // See http://www.veripool.org // for what AUTOARG and friends can do for you! /*Comment // test*/ // input a; input b; output z; wire result = a|b; wire z = result;endmodule
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -