VHDL synthesis warning FF/Latch has a constant value of 0

前端 未结 3 584
暖寄归人
暖寄归人 2021-01-20 00:29

I\'m trying out some code that essentially involves using an FPGA and reading values from a temperature sensor.

The code is below:

library IEEE;
use          


        
3条回答
  •  迷失自我
    2021-01-20 01:00

    dear same problem i am facing same problem running my code on fir, i have run your code it synthesis but due to warning it show's undefined values of your input and clk, don't assign 0 value, try to put different value like write_temp 7 to 1. i am not full expert of vhdl but when i make this change similar way i get over these warning, hope this work for you also.

提交回复
热议问题