From 203cc164d944c5664d242405364ff7f62e921ac3 Mon Sep 17 00:00:00 2001 From: sarah-harris Date: Wed, 11 Jan 2023 15:20:41 -0800 Subject: [PATCH] Added Sarah.Harris@unlv.edu to alu.sv Added Sarah.Harris@unlv.edu to alu.sv --- pipelined/src/ieu/alu.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelined/src/ieu/alu.sv b/pipelined/src/ieu/alu.sv index 430af3d80..b75a2e736 100644 --- a/pipelined/src/ieu/alu.sv +++ b/pipelined/src/ieu/alu.sv @@ -1,7 +1,8 @@ /////////////////////////////////////////// // alu.sv // -// Written: David_Harris@hmc.edu 9 January 2021 +// Written: David_Harris@hmc.edu, Sarah.Harris@unlv.edu +// Created: 9 January 2021 // Modified: // // Purpose: RISC-V Arithmetic/Logic Unit