Forum Discussion
Altera_Forum
Honored Contributor
13 years agodisplay serial data
hello:D
I am beginner in Modelsim and i have a problem in displaying serial data.:( i want to display serial data every 16 clks as a word.(like multi line data) how can i do this? thanks a lot.:)4 Replies
- Altera_Forum
Honored Contributor
use nios2 or design serial data modual
- Altera_Forum
Honored Contributor
thanks
but i only want to display serial data in simulation. is there any way to display serial data every 16 clks as a word in hex in simulation. i tried to change format and radix but it don't consider 16 clk. thanks. - Altera_Forum
Honored Contributor
You'll want to add a deserialzer to your testbench code.
- Altera_Forum
Honored Contributor
thanks a lot
i think it will works.:D