I wonder if there is a possible way to comparison below variables.
reg [7:0] var1;
reg [3:0] var2;
Here I want to check if var2 is equal to last 4 bits of var1. Can I do that?
If yes, how?
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.
Like so: