add iic
This commit is contained in:
parent
21a79e6f3f
commit
bde5630022
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
[REF]
|
||||
1.http://www.cnblogs.com/liujinggang/p/9656358.html
|
|
@ -0,0 +1,6 @@
|
|||
//==========================================================
|
||||
//--Author : colonel
|
||||
//--Date : 11-06
|
||||
//--Module : iic_send
|
||||
//--Function: iic_send module
|
||||
//==========================================================
|
|
@ -138,6 +138,7 @@ end
|
|||
endmodule
|
||||
|
||||
|
||||
|
||||
//==========================================================
|
||||
//--Author : colonel
|
||||
//--Date : 11-05
|
||||
|
@ -230,7 +231,7 @@ always @(posedge clk or rst_n) begin
|
|||
end
|
||||
end
|
||||
|
||||
//==========================< 信号 >=========================
|
||||
//==========================< 信号 >========================
|
||||
reg [8 -1:0] uart_txd_r;
|
||||
//=========================================================
|
||||
//-- uart_txd_r
|
||||
|
|
Loading…
Reference in New Issue