cornell-brg / pydgin

A (Py)thon (D)SL for (G)enerating (In)struction set simulators.
BSD 3-Clause "New" or "Revised" License
165 stars 29 forks source link

Only print memory debug info once. #34

Closed snim2 closed 8 years ago

snim2 commented 8 years ago

When a SparseMemory object is used with a number of _WordMemory or ByteMemory objects RD::MM and WR::MEM debug messages were being printed twice, with different addresses. This is confusing when comparing the

This PR removes this duplication.