📄 widthmismatch.v
字号:
// This test verifies that the reader will catch width mismatches between // the terminals on a vector instance and a net. This test uses connect by// name.module child(input [1:0] a, output b);endmodulemodule top(); wire [7:0] x; wire y; child I1[0:1](.a(x), .b(y)); endmodule
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -