Altera_Forum
Honored Contributor
17 years agomaintaining my result from becoming unknown state
Hello,
i've got a question on how to maintain my result from becoming unknown state. let's say the original value is 11110000. however after some period of time it becomes 1111X00X making the output become unknown. besides there are fuzzies during transition fron 11110000 to 1111X00X. what can i do to remove the fuzzies and eventually being able to maintain the result? i've tried adding delays such as result <= b and "0000000011111111" after 30 ns; but i did n't see any difference. is there any way to remove the fuzzies and getting a stable final output?