串行数据转并行数据与并行数

时间:2016-05-26 05:59:58
【文件属性】:
文件名称:串行数据转并行数据与并行数
文件大小:21KB
文件格式:WPS
更新时间:2016-05-26 05:59:58
串行数据 串行数据转并行数据与并行数据转串行数据行转串行代码 module parallel_to_serial(clk,data_in,data_out,state); input clk;input [7:0] data_in;output data_out;output [7:0] state;reg [7:0] state=0;reg data_out; parameter state1=0;parameter state2=1;

网友评论