摘要: /************************************** The Key Edge TestAuthor:luxiaolaiDate :2011-11-29***************************************/module test(LED,RESET,CLOCK,KEY_UP);input RESET,CLOCK,KEY_UP;output [3:0] LED;wire led_cn;test1 U1(.clk(CLOCK),.rst(RESET),.key(KEY_UP),.keyout(led_cn),);test3 U2(.clk(CLO 阅读全文
posted @ 2011-11-29 21:12 luxiaolai 阅读(351) 评论(0) 推荐(1) 编辑