commit | aea108d633538d0c6e47af87374b49d897ebc82f | [log] [tgz] |
---|---|---|
author | Igor Kouznetsov <igor.kouznetsov@wdc.com> | Fri Oct 25 15:26:21 2019 -0700 |
committer | igk8 <53956010+igk8@users.noreply.github.com> | Fri Oct 25 20:38:49 2019 -0700 |
tree | 08626d2913f2e035778a2cf1bbb1090a485baa82 | |
parent | 9dff09b6c57f4962d67f5f64f8e69ac9bea6885c [diff] |
[i2c] Signal Name Fix Changed signal name from fmt_fifo_wen to fmt_fifo_wvalid.
diff --git a/hw/ip/i2c/rtl/i2c_core.sv b/hw/ip/i2c/rtl/i2c_core.sv index cccc5d5..48f307c 100644 --- a/hw/ip/i2c/rtl/i2c_core.sv +++ b/hw/ip/i2c/rtl/i2c_core.sv
@@ -189,7 +189,7 @@ ) u_i2c_fmtfifo ( .clk_i, .rst_ni(fmt_fifo_rst_n), - .wvalid(fmt_fifo_wen), + .wvalid(fmt_fifo_wvalid), .wready(fmt_fifo_wready), .wdata(fmt_fifo_wdata), .depth(fmt_fifo_depth),