module mod_copy1 (sel, a, b, c, d, data_out); input sel, a, b, c, d; output data_out; wire temp1, temp2; assign temp1 = (sel)? (a) : (c) ; assign temp2 = (sel)? (b) : (d) ; assign data_out = temp1 + temp2; endmodule
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机