pcr809209.v

来自「openaccess与verilog互相转化时所用的源代码」· Verilog 代码 · 共 15 行

V
15
字号
// This test verifies that single member concatenations can be read and// that they will be converted to simple net expressions when written back// out.module leaf(input in, output out);endmodulemodule top();	wire \cmpf[16] ;	wire q;	leaf I1(.in({\cmpf[16] }), .out(q));endmodule

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?