Searched hist:9018 (Results 1 - 4 of 4) sorted by relevance

/gem5/util/tlm/examples/master_port/
H A Dmain.cc11822:9018cadf6c87 Thu Feb 09 19:15:00 EST 2017 Christian Menard <Christian.Menard@tu-dresden.de> misc: Clean up and complete the gem5<->SystemC-TLM bridge [5/10]

Changeset 11798:3a490c57058d
---------------------------
misc: Clean up and complete the gem5<->SystemC-TLM bridge [5/10]

The current TLM bridge only provides a Slave Port that allows the gem5
world to send request to the SystemC world. This patch series refractors
and cleans up the existing code, and adds a Master Port that allows the
SystemC world to send requests to the gem5 world.

This patch:
* Introduce transactor modules that represent the gem5 ports in the
* SystemC world.
* Update the SimControl module and let it keep track of the gem5 ports.

Reviewed at http://reviews.gem5.org/r/3775/

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
/gem5/util/tlm/examples/slave_port/
H A Dmain.cc11822:9018cadf6c87 Thu Feb 09 19:15:00 EST 2017 Christian Menard <Christian.Menard@tu-dresden.de> misc: Clean up and complete the gem5<->SystemC-TLM bridge [5/10]

Changeset 11798:3a490c57058d
---------------------------
misc: Clean up and complete the gem5<->SystemC-TLM bridge [5/10]

The current TLM bridge only provides a Slave Port that allows the gem5
world to send request to the SystemC world. This patch series refractors
and cleans up the existing code, and adds a Master Port that allows the
SystemC world to send requests to the gem5 world.

This patch:
* Introduce transactor modules that represent the gem5 ports in the
* SystemC world.
* Update the SimControl module and let it keep track of the gem5 ports.

Reviewed at http://reviews.gem5.org/r/3775/

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/mem/
H A Dpacket.cc9018:4fbbd05809d2 Wed May 23 09:18:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Packet: Cleaning up packet command and attribute

This patch removes unused commands and attributes from the packet to
avoid any confusion. It is part of an effort to clear up how and where
different commands and attributes are used.
H A Dpacket.hh9018:4fbbd05809d2 Wed May 23 09:18:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Packet: Cleaning up packet command and attribute

This patch removes unused commands and attributes from the packet to
avoid any confusion. It is part of an effort to clear up how and where
different commands and attributes are used.

Completed in 38 milliseconds