matrixofdynamism
Advanced Member level 2

One important case to consider when designing memory circuits (RAM) using VHDL or otherwise is the read-during-write behaviour. It could be new value, old value or undefined and special logic may be required to prevent undefined behvaiour. Could you give me an example of scenario where we would want the old valur and an example of where we would want a new value? I am not sure where people would actually do a read during write of the same location, it does not seem to be a good idea.