Forum Discussion
Altera_Forum
Honored Contributor
14 years agoobject 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...
Altera_Forum
Honored Contributor
14 years agoI notice a possible misunderstanding. "noprune" is said to preserve registers with no fanout. data isn't a register, it's a (group of) combinational logic cell(s).
I did my previous test with real registers, and they worked well.