Parcourir la source

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

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut il y a 4 ans
Parent
commit
5c5570cd71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,