英文: Carry look ahead adder fails in generating proper sum and carry bits 问题 完整加法器模块: `timescale 1ns ...
输出 IOBUF 上的多个驱动网。
英文: Multiple Driver Nets on output of IOBUF 问题 我编写了以下模块,它将充当标准4线SPI和AD9637 ADC的3线SPI之间的开关。 因此,我实例化了一...
为什么我通过Basys3 FPGA的UART发送数据时收到错误的位?
英文: Why am I receiving the wrong bits when sending data through UART on Basys3 FPGA? 问题 以下是您要翻译的 Ver...
Vivado VHDL锁存器去除
英文: Vivado VHDL latch removal 问题 在综合项目时,Vivado指出除了W_FILTER进程使用的internal_regChannel和internal_memAddre...
如何在HDL代码中获取对Xilinx FPGA温度的访问?
英文: How to get access to Xilinx FPGA temperature in hdl code? 问题 我正在使用赛灵思超标 FPGA(具体来说,AXKU-040)。我参与的...
为什么我的有限状态机(FSM)不导致组合逻辑?
英文: Why does my FSM not result in combinational logic? 问题 I'm trying to make a fsm and decoder file....