From 15da0377949866e38fdc303056f26d465162cf8f Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Wed, 7 Feb 2024 15:40:52 -0800 Subject: [PATCH] added back comment --- src/fpu/postproc/shiftcorrection.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fpu/postproc/shiftcorrection.sv b/src/fpu/postproc/shiftcorrection.sv index 1da3556d8..5f6e46da1 100644 --- a/src/fpu/postproc/shiftcorrection.sv +++ b/src/fpu/postproc/shiftcorrection.sv @@ -9,6 +9,7 @@ // Documentation: RISC-V System on Chip Design Chapter 13 // // A component of the CORE-V-WALLY configurable RISC-V project. +// https://github.com/openhwgroup/cvw // // Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University //