degalabalaji1992
Newbie level 1
What is meant by Bit Masking when we are taking 8-bits of Address i want to mask some of the bits which are not considered while evaluating Address?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
parameter mask 8'hF0;
assign decode_c = (addr & mask) == 8'hC0;