Hi all, I have the following code:
where checkHR and checkMIN are 8 bit vectors (7 downto 0)... and SECL, SECH, MINL, MINH, HRL, and HRH are all 4 bit vectors (3 downto 0).
What I'm trying to do is check to see if the first four bits of checkHR is equal to HRH.
Can someone tell me...