Forum Discussion
Altera_Forum
Honored Contributor
9 years agoIt is probably the fact you have the write enable blocking the read side the of ram from occuring. Stop making doutN depend on the write enable.
Also, rams do not have a global enable, so remove this. use the enable externally to the ram. edit: actually, its the passthrough you have designed. There is no passthrough on the rams. If you want a write-before read behaviour then use a shared variable for the ram, rather than signal.