Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTristate bridge can't read data
I have a problem with a tristate bridge which intefaces between Nios and a few ram devices external to the sopc system. I can correctly write data to the devices but I can't read anything: reads a...
Altera_Forum
Honored Contributor
15 years agoI eventually found the problem.
The hold time was nearly zero: when tristate bus deasserted rd signal the data was immediately removed from the bus; that's because the device was actually onchip ram and not a real tristate slave. Indeed the problem was triggered by the faster device: the previous one probably introduced a small hold time which has hidden the problem until now.