Browse Source

cores/video: Fix typo in hmdi_phy_4x

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 3 years ago
parent
commit
98178d12b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cores/video/rtl/hdmi_phy_4x.v

+ 1 - 1
cores/video/rtl/hdmi_phy_4x.v

@@ -109,7 +109,7 @@ module hdmi_phy_4x #(
 	endgenerate
 
 	SB_IO #(
-		.PIN_TYPE(6'b 0101_11)
+		.PIN_TYPE(6'b0101_11)
 	) io_ctrl_I[2:0] (
 		.PACKAGE_PIN(ctrl_pad),
 		.D_OUT_0(ctrl_iob_o),