瀏覽代碼

cores/qspi_master: Fix port type 'reg' vs 'wire' for phy_io_i

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 4 年之前
父節點
當前提交
5c5570cd71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cores/qspi_master/rtl/qspi_phy_ice40_4x.v

+ 1 - 1
cores/qspi_master/rtl/qspi_phy_ice40_4x.v

@@ -46,7 +46,7 @@ module qspi_phy_ice40_4x #(
 	output wire [CL:0] pad_cs_n,
 
 	// PHY interface
-	output reg  [15:0] phy_io_i,
+	output wire [15:0] phy_io_i,
 	input  wire [15:0] phy_io_o,
 	input  wire [ 3:0] phy_io_oe,
 	input  wire [ 3:0] phy_clk_o,