J
Jason Zheng
Guest
Is there a quick way to express that we want certain bits of an
expression but not all of them?
e.g., I want the last 2 bits of A[1:0] + 1
Or do I have to declare another wire and assign the result to it?
expression but not all of them?
e.g., I want the last 2 bits of A[1:0] + 1
Or do I have to declare another wire and assign the result to it?