浏览代码

cores/video: Fix typo in hmdi_phy_4x

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 3 年之前
父节点
当前提交
98178d12b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),