【FPGA】[Synth 8-5535] port <adc_clk_out> has illegal connections.

问题描述

[Synth 8-5535] port <adc_clk_out> has illegal connections. It is illegal to have a port connected to an input buffer and other components. The following are the port connections :
Input Buffer:
	Port I of instance clkin1_ibuf(IBUF) in module <ad9250_adc_pll_clk_wiz>
Other Components:
	Port WRCLK of instance \inst_fifo_gen/gconvfifo.rf/gbi.bi/v8_fifo.fblk/rst_val_asym.gextw_asym[1].inst_extd/gonep.inst_prim/gf36e2_inst.sngfifo36e2 (FIFO36E2) in module fifo_generator_v13_2_3

问题原因

因为生成的这个PLL的参考时钟前自带了IBUF,如下:

而PLL的输入时钟是由外部差分时钟输入后已经经过一个BUFG,造成BUF级联。

解决方法

修改PLL输入参考时钟自动插入的IBUF。

回答: 错误信息"\[Synth 8-2576\] procedural assignment to a non-register F is not permitted"表示在代码的第31行,对一个非寄存器类型的信号F进行了过程赋值操作,这是不允许的。\[3\]根据引用\[3\]中的介绍,过程赋值使用的是非阻塞赋值"<= ",而非阻塞赋值只能用于时序逻辑中,对于组合逻辑应使用阻塞赋值"= "。因此,你需要检查代码中的第31行,确保对信号F使用的是阻塞赋值而不是非阻塞赋值。此外,还需要确保信号F的类型是寄存器类型(reg)而不是线类型(wire)。如果信号F的类型是wire类型,你需要将其更改为reg类型,例如使用"output reg F"来定义信号F。这样做可以解决这个错误。 #### 引用[.reference_title] - *1* [FPGA-在ISE中错误总结(更新中)](https://blog.csdn.net/weixin_41445387/article/details/82873414)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down1,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* *3* [vivado报错:procedural assignment to a non-register result is not permitted](https://blog.csdn.net/lanzhishao/article/details/123728948)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down1,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值