add header for bmuctrl.sv

This commit is contained in:
James E. Stine 2024-03-09 22:09:31 -06:00
parent 54fec7c31f
commit 047291ef49

View File

@ -1,9 +1,9 @@
/////////////////////////////////////////// ///////////////////////////////////////////
// bmuctrl.sv // bmuctrl.sv
// //
// Written: Kevin Kim <kekim@hmc.edu> // Written: Kevin Kim <kekim@hmc.edu>, kelvin.tran@okstate.edu
// Created: 16 February 2023 // Created: 16 February 2023
// Modified: 6 March 2023 // Modified: 6 March 2023, 9 March 2024
// //
// Purpose: Top level bit manipulation instruction decoder // Purpose: Top level bit manipulation instruction decoder
// //
@ -12,7 +12,7 @@
// A component of the CORE-V-WALLY configurable RISC-V project. // A component of the CORE-V-WALLY configurable RISC-V project.
// https://github.com/openhwgroup/cvw // https://github.com/openhwgroup/cvw
// //
// Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University // Copyright (C) 2021-24 Harvey Mudd College & Oklahoma State University
// //
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 // SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
// //