----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2208/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10117:1e75590bebef --------------------------- ruby: dma sequencer: remove RubyPort as parent class As of now DMASequencer inherits from the RubyPort class. But the code in RubyPort class is heavily tailored for the CPU Sequencer. There are parts of the code that are not required at all for the DMA sequencer. Moreover, the next patch uses the dma sequencer for carrying out memory accesses for all the io devices. Hence, it is better to have a leaner dma sequencer. Diffs ----- src/mem/ruby/system/DMASequencer.hh fd90d9e55e5c src/mem/ruby/system/DMASequencer.cc fd90d9e55e5c src/mem/ruby/system/Sequencer.py fd90d9e55e5c Diff: http://reviews.gem5.org/r/2208/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
