Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Writing Char to On-Chip FIFO

I am trying to take a char array and send it trough a FIFO. but the On-Chip FIFO only accepts alt_u32 as data and i cannot send my data correctly. here is code that i am using to try and send the ch...