Altera_Forum
Honored Contributor
18 years agoHow to write the blank room?
I use two separate pathway to translate data to two separate FIFO, then with TDMA style, the data of the two separate pathway is written to a bus.
My problem is every frame of the two pathway-data is all 32byte,the frame of the bus data is 128byte,when i write the two to the bus, it leaves 64byte blank room(128-32-32=64). How to deal with the blank room? write 0 and 1 or anything others? Thanks very much.