Skip to content

Commit

Permalink
mem: first version of second class (2 interfaces)
Browse files Browse the repository at this point in the history
Change-Id: I999a7f15b795a97da247f14b5069cec5143c4945
  • Loading branch information
mbabaie committed Apr 21, 2022
1 parent 3801551 commit 5a004d4
Show file tree
Hide file tree
Showing 3 changed files with 1,163 additions and 53 deletions.
2 changes: 2 additions & 0 deletions src/mem/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ SimObject('Bridge.py', sim_objects=['Bridge'])
SimObject('SysBridge.py', sim_objects=['SysBridge'])
DebugFlag('SysBridge')
SimObject('MemCtrl.py', sim_objects=['MemCtrl'], enums=['MemSched'])
SimObject('HetMemCtrl.py', sim_objects=['HetMemCtrl'], enums=['HetMemSched'])
SimObject('MemInterface.py', sim_objects=['MemInterface'], enums=['AddrMap'])
SimObject('DRAMInterface.py', sim_objects=['DRAMInterface'],
enums=['PageManage'])
Expand Down Expand Up @@ -135,6 +136,7 @@ DebugFlag('ExternalPort')
DebugFlag('HtmMem', 'Hardware Transactional Memory (Mem side)')
DebugFlag('LLSC')
DebugFlag('MemCtrl')
DebugFlag('HetMemCtrl')
DebugFlag('MMU')
DebugFlag('MemoryAccess')
DebugFlag('PacketQueue')
Expand Down
Loading

0 comments on commit 5a004d4

Please sign in to comment.