串并转换

1.并转串code module b2c(clk,ain,rst,bout,load,ready);//并转串 input clk,rst,load; input [7:0] ain; output reg bout; output reg ready; reg [7:0] temp; always @(posedge clk or posedge rst) begin
相关文章
相关标签/搜索