termnotfoundleaf2.v
来自「openaccess与verilog互相转化时所用的源代码」· Verilog 代码 · 共 19 行
V
19 行
// Test the reader's ability to detect an extra terminal in the leaf cell's// declaration.module scalarLeaf(.in(x), .out(y), .aux(z)); input in; output out; inout aux; wire a, b, c;endmodulemodule top2(); scalarLeaf I1(a, b, c);endmodule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?