Replies: 1 comment
-
hi,@gioregg, i read your post #1059 and understood that you are writting testbench. i am also trying to get some output with testbench. maybe we can discuss and help out. thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, i managed to build a model into vivado project. Here are some info during the process.
Then i turned to develop my project in vivado. i tried to write a testbench and do simulation. With the help from #1059, i had a better understanding of the port signals and control logic. So i wrote a testbench with my understanding. It's attached here.
`module tb_pjt1;
endmodule`
During the simulation, i checked the start and end point of data transmission. i believe data are correctly readin, and testbench is running as expected. Here are screenshots.
Somehow the output are not observed. Maybe there are still some missing parts of the control logic or timing. Please have a look and give me some hints, thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions