Forum Discussion

Hphd's avatar
Hphd
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Warning: Design contains 1 input pin(s) that do not drive logic

Hi guys, I am designing a PUF . I am getting these warnings. IN technology map viewer one of the input Chal[0] is not getting connected, even though it shows a connection in rtl. I have attached a...
  • sstrell's avatar
    sstrell
    5 years ago

    Without seeing the code of arb, this is difficult to follow. But perhaps your instantiation is incorrect. You're using positional port mapping, which makes it very easy to make a mistake in the connections, and you have trig_reg repeated.

    You should instantiate like:

    arb a1 (.<signal in module>(trig_reg), ...);