migen icon indicating copy to clipboard operation
migen copied to clipboard

FullMemoryWE and SplitMemory break direct access to memory in simulation

Open jordens opened this issue 8 years ago • 1 comments

Since FullMemoryWE and SplitMemory replace/remove the old memories, they can't be accessed directly in simulation. Both decorators should provide transparent access to the (new) underlying memories.

jordens avatar Nov 15 '16 11:11 jordens

Triage: fixed in nMigen, which does not use transforms to lower memory for simulation.

whitequark avatar Jul 05 '19 14:07 whitequark