Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

object assigned a value but never read - does this effect synthesis?

Hello, I have the following small module which is intended to store the value 0xFF in a register when a button is pressed. module connector_test(button, txd); input button; output reg t...