Altera_Forum
Honored Contributor
14 years agoSignaltap Not Usable
So I'm at the verge of pulling my hair off, thanks to the signaltap. Here's the thing, I probe a signal which I've set to be preserved with directives, and it's value is not what I expect it to be. So, I probe all the inputs to its function, and they are all correct, but still the value of the resulting signal is not. Here's how it is:
reg a /* synthesis preserve*/; input b /* synthesis keep */; input c /* synthesis keep */; always@(*) a = b & c; So in signaltap I see that both b and c are 1, but a is shown as zero!!! Why?!! Why?! Why?! Kaveh