VHDL/Verilog编译错误总结

这篇博客汇总了在使用Vivado、Quartus和Lattice进行VHDL与Verilog设计时常见的编译错误,包括类型不匹配、无法读取输出信号以及模块实例化问题等。对于每个错误,文章提供了详细的解释和解决方案,帮助开发者更好地理解和避免这些常见问题。
摘要由CSDN通过智能技术生成


Vivado

VHDL

  1. [Synth 8-2778] type error near txen_sync ; expected type std_logic_vector
    std_logic类型值不能直接赋值给std_logic_vector
  2. [Synth 8-1779] cannot read from ‘out’ object txd ; use ‘buffer’ or ‘inout’
    [Synth 8-1085] txd with mode ‘out’ cannot be read
    输出信号不能直接接ILA ,可以接上一级信号

Verilog

Quartus

VHDL

  1. Error(13690): VHDL Type Mismatch error at V3IN1_core.vhd(1376): indexed name returns a value whose type does not match “std_logic_vector”, the type of the target expression
    模块例化时,不能写成 sdi_de => sdiin_vld_4to1(0) ,而是 sdi_de => sdiin_vld_4to1(0 downto 0)

Verilog

Lattice

VHDL

Verilog

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

FPGA的花路

你的鼓励是我最大的创作动力!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值