Hi there, I need explanation of why 8'hz3 = 8'bzzzz0011. Thanks in advance.
8'hz3 is a sized hex literal where the lower nibble represents the binary value 0011 and the upper nibble is zzzz. -- Marcus