Forum Discussion
KennyT_altera
Super Contributor
6 years agoI make a comparison of the original waveform from the design example vs the modified version of your testbench.
Few things that i can observe is that, you read signal does not goes down, there should be a wait request goes down and the readdatavalid go up inorder to see the value.
Attached the screenshot.
- BInos6 years ago
New Contributor
wait request, readdatavalid has nothing to do with my issue at this point.
my issue starts at the beginning of an read transfer.
I marked the start of the write/read transactions:
The rising edge of the read/write signal begins the burst. At this point the burstcount must already be correct!
So the burstcount signal is wrong (should be 4) even before any of the wait request, readdatavalid signal come into play!