is there a simple way to make inferred synchronous RAM with read-first then write logic for Altera Cyclone II?
I need this to implement cancel option into my RAM’s driver.
I am thinking about some state machine that first reads the memory and remembers it in DFF and after that writes to it, but honestly, I have no idea how to even start writing it. And maybe there’s simpler solution?