Ruby: Add support for functional accesses
This patch rpovides functional access support in Ruby. Currently only the M5Port of RubyPort supports functional accesses. The support for functional through the PioPort will be added as a separate patch.
This commit is contained in:
parent
f4cfd65d29
commit
c86f849d5a
@@ -33,9 +33,8 @@ Import('*')
|
||||
if not env['RUBY']:
|
||||
Return()
|
||||
|
||||
SimObject('Cache.py')
|
||||
SimObject('AbstractMemory.py')
|
||||
SimObject('Sequencer.py')
|
||||
SimObject('DirectoryMemory.py')
|
||||
SimObject('MemoryControl.py')
|
||||
SimObject('WireBuffer.py')
|
||||
SimObject('RubySystem.py')
|
||||
|
||||
Reference in New Issue
Block a user