Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interfacing serialbus to PLD.

Status
Not open for further replies.

chris11

Programmer
May 25, 2007
1
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top