I need something to happen everytime I receive a 32 bit "word" from my serial bus. However, I only need it to hapen once. SB(31 downto 0) is the serial bus input. Is this:
process(SB(31 downto 0))
a valid way to do this? Or will the bits coming in cause the process to execute several times?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.