📄 pcr809209.v
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -