mem: Use the same timing calculation for DRAM read and write
This patch simplifies the DRAM model by re-using the function that computes the busy and access time for both reads and writes.
This commit is contained in:
@@ -76,7 +76,6 @@ CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
|
||||
DebugFlag('Bridge')
|
||||
DebugFlag('CommMonitor')
|
||||
DebugFlag('DRAM')
|
||||
DebugFlag('DRAMWR')
|
||||
DebugFlag('LLSC')
|
||||
DebugFlag('MMU')
|
||||
DebugFlag('MemoryAccess')
|
||||
|
||||
Reference in New Issue
Block a user