⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.v

📁 Verilog Parser in Perl
💻 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 + -