这也是我的强烈偏好,但我需要一个解决方案,如果不一定是正确的解决方案。
我的代码中没有RXCHBONDEN。
// --------------------接收端口 - 通道绑定---------------------
.RXCHANBONDSEQ0(),
.RXCHANBONDSEQ1(),
.RXCHANISALIGNED0(),
.RXCHANISALIGNED1(),
.RXCHANREALIGN0(),
.RXCHANREALIGN1(),
.RXCHBONDI(tied_to_ground_vec_i [2:0]),
.RXCHBONDMASTER0(tied_to_ground_i),
.RXCHBONDMASTER1(tied_to_ground_i),
.RXCHBONDO(),
.RXCHBONDSLAVE0(tied_to_ground_i),
.RXCHBONDSLAVE1(tied_to_ground_i),
.RXENCHANSYNC0(tied_to_ground_i),
.RXENCHANSYNC1(tied_to_ground_i),
我也没有在UG386中看到RXCHBONDEN。
https://www.xilinx.com/support/documentation/user_guides/ug386.pdf
RXCHBONDI和RXCHBONDMASTER / SLAVE的组合不能作为使能吗?
谢谢,
罗恩
这也是我的强烈偏好,但我需要一个解决方案,如果不一定是正确的解决方案。
我的代码中没有RXCHBONDEN。
// --------------------接收端口 - 通道绑定---------------------
.RXCHANBONDSEQ0(),
.RXCHANBONDSEQ1(),
.RXCHANISALIGNED0(),
.RXCHANISALIGNED1(),
.RXCHANREALIGN0(),
.RXCHANREALIGN1(),
.RXCHBONDI(tied_to_ground_vec_i [2:0]),
.RXCHBONDMASTER0(tied_to_ground_i),
.RXCHBONDMASTER1(tied_to_ground_i),
.RXCHBONDO(),
.RXCHBONDSLAVE0(tied_to_ground_i),
.RXCHBONDSLAVE1(tied_to_ground_i),
.RXENCHANSYNC0(tied_to_ground_i),
.RXENCHANSYNC1(tied_to_ground_i),
我也没有在UG386中看到RXCHBONDEN。
https://www.xilinx.com/support/documentation/user_guides/ug386.pdf
RXCHBONDI和RXCHBONDMASTER / SLAVE的组合不能作为使能吗?
谢谢,
罗恩
举报