📄 c.v
字号:
module test_adder(out); output[3:1] out; wire[3:1] out; //limitation: can not get the signal's connected port/portinst if part of the signal is used in port/portinst or the signal is used as part of port/portinst. //if the signal "out" is used as a whole port/portinst,connected port instance or port can be get without problem. //in this case,following port instances are also PrimTerm. and (out[1],in1,in2);endmodule
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -