Explorar o código

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

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut %!s(int64=4) %!d(string=hai) anos
pai
achega
5c5570cd71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,