smiley_09
Newbie level 4
- Joined
- Jan 26, 2015
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 54
if suppose I increase the frequency due to which there will be setup violation due to which there is metastability at the output of register and an unknown value appear could be don't care"X". Now I have to compare this don't care value with a valid value. Lets suppose
A = XXXX;
B = 1234;
C = A XOR B....
now since i am comparing A and B and here both are different, so output should be 1 and not don't care....IF i am using casex then it is working fine in pre synthesis simulation but in post synthesis simulation the answer is "X". so how can I generate a valid value through this comparision in post synthesis simulation.
A = XXXX;
B = 1234;
C = A XOR B....
now since i am comparing A and B and here both are different, so output should be 1 and not don't care....IF i am using casex then it is working fine in pre synthesis simulation but in post synthesis simulation the answer is "X". so how can I generate a valid value through this comparision in post synthesis simulation.