diff options
-rw-r--r-- | src/mem/bus.hh | 1 | ||||
-rw-r--r-- | src/sim/byteswap.hh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/mem/bus.hh b/src/mem/bus.hh index c2b78c31f..9c7054b94 100644 --- a/src/mem/bus.hh +++ b/src/mem/bus.hh @@ -26,6 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Authors: Ron Dreslinski + * Ali Saidi */ /** diff --git a/src/sim/byteswap.hh b/src/sim/byteswap.hh index a3138a25e..c7abc4bff 100644 --- a/src/sim/byteswap.hh +++ b/src/sim/byteswap.hh @@ -25,7 +25,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Authors: Gabe Black + * Authors: Ali Saidi + * Nathan Binkert */ //The purpose of this file is to provide endainness conversion utility |