42_dumpcheck_2e.out
来自「Verilog Parser in Perl」· OUT 代码 · 共 19 行
OUT
19 行
module foo ( abcconst, def, noconnect, x, y); input [2:0] abcconst; input [31:0] def; input signed [3:0] noconnect; input x; input y;endmodulemodule pinorder4 ( ); wire [7:0] a_i; wire b_i; wire d_o; foo foo1 (.abcconst(3'h0), .noconnect(), .y(b_i)); foo2 foo2 (.x(b_i), .y(d_o), .z(a_i[0]));endmodule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?