I’m working on a Xilinx module, and during simulation one of my wires takes the value “x00000x0000x000x”. What does this signify?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is that binary or hexadecimal value?
Basically it means you have a bus of wires, in which some bits are
X(unknown), and others are0.If I saw this binary value:
0x0x0x, it would just mean that bits 5,3, and 1 are0, and bits 4,2, and 0 areX.