switch code,for thinx cpld

源代码在线查看: test.v

软件大小: 112 K
上传用户: lingyun579
关键词: switch thinx code cpld
下载地址: 免注册下载 普通下载 VIP

相关代码

				module test(sw1,led1);
				  input [0:7] sw1;
				  output [0:7] led1;
				  wire [0:7] led1;
				  wire [0:7] sw1;
				  
				  assign led1=sw1;
				endmodule			

相关资源