📄 instantiation_1to4.v
字号:
module instantiation_1to4(a,b,c);
input [3:0] a;
input [3:0] b;
output [3:0] c;
and (c,a,b);
endmodule
//failed to convert from 1 bit to four bit;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -