Prechádzať zdrojové kódy

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

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 4 rokov pred
rodič
commit
5c5570cd71
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,