Procházet 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 před 4 roky
rodič
revize
5c5570cd71
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,