i2s_transceiver update and testbench

This commit is contained in:
Imants Pulkstenis
2019-10-13 17:00:57 +03:00
parent 957a2c5ae5
commit c69d8b6ae5
7 changed files with 155 additions and 142 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ i2s_transceiver #(
.sclk_ws_ratio(sclk_ws_ratio), //number of sclk periods per word select period
.d_width(d_width) //data width
) i2s_transceiver (
.reset_n(reset_n), //asynchronous active low reset
.reset_n(~reset_n), //asynchronous active low reset
.mclk(master_clk), //master clock
.sclk(serial_clk), //serial clock (or bit clock)
.ws(word_select), //word select (or left-right clock)