Ahoora
New Contributor
4 years agoleave a port without input in block diagram
I made a counter using the lpm library and did not assign input for both cnt_en and sset pins.(first photo)
(Because I thought that according to the Intel document (second photo) by default, it sets the values to 1 for cnt_en and 0 for sset, respectively.
But when I ran this counter on the Modelsim, the outputs did not change and it looked like either the sset was 0 or the cnt_en was 1. On the other hand, when I assign input to these pins and give a value (1 for cnt_en and 0 for sset) , it works properly in the Modelsim.
Now my question is Why, when we do not assign input to the pins, does not work according to the Intel document and the counter does not work properly?