⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcr739428.v

📁 openaccess与verilog互相转化时所用的源代码
💻 V
字号:
// Verify that the ported nets (not the port aliases) are declared// input/output/inout.module leaf (.a(x), .b(y), .c({w, z[3], z[2], z[1]}));	inout		w;	input		x;	output	[3:0]	y;	inout 	[7:0]	z;endmodulemodule top();	wire		p;	wire	[3:0]	q;	wire	[3:0]	r;	leaf	I1(.a(p), .b(q), .c(r));endmodule

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -