mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Formatted subword* and bytemask.
This commit is contained in:
parent
f288b9ca14
commit
f34c67722d
@ -1,11 +1,14 @@
|
||||
///////////////////////////////////////////
|
||||
// subwordread.sv
|
||||
//
|
||||
// Written: David_Harris@hmc.edu 9 January 2021
|
||||
// Modified:
|
||||
// Written: David_Harris@hmc.edu
|
||||
// Created: 9 January 2021
|
||||
// Modified: 18 January 2023
|
||||
//
|
||||
// Purpose: Extract subwords and sign extend for reads
|
||||
//
|
||||
// Documentation: RISC-V System on Chip Design Chapter 4 (Figure 4.9)
|
||||
//
|
||||
// A component of the CORE-V-WALLY configurable RISC-V project.
|
||||
//
|
||||
// Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University
|
||||
|
@ -1,11 +1,14 @@
|
||||
///////////////////////////////////////////
|
||||
// subwordwrite.sv
|
||||
//
|
||||
// Written: David_Harris@hmc.edu 9 January 2021
|
||||
// Modified:
|
||||
// Written: David_Harris@hmc.edu
|
||||
// Created: 9 January 2021
|
||||
// Modified: 18 January 2023
|
||||
//
|
||||
// Purpose: Masking and muxing for subword writes
|
||||
//
|
||||
// Documentation: RISC-V System on Chip Design Chapter 4 (Figure 4.9)
|
||||
//
|
||||
// A component of the CORE-V-WALLY configurable RISC-V project.
|
||||
//
|
||||
// Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University
|
||||
|
@ -1,11 +1,14 @@
|
||||
///////////////////////////////////////////
|
||||
// swbytemask.sv
|
||||
//
|
||||
// Written: David_Harris@hmc.edu 9 January 2021
|
||||
// Modified:
|
||||
// Written: David_Harris@hmc.edu
|
||||
// Created: 9 January 2021
|
||||
// Modified: 18 January 2023
|
||||
//
|
||||
// Purpose: On-chip RAM, external to core
|
||||
//
|
||||
// Documentation: RISC-V System on Chip Design Chapter 4 (Figure 4.9)
|
||||
//
|
||||
// A component of the CORE-V-WALLY configurable RISC-V project.
|
||||
//
|
||||
// Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University
|
||||
|
Loading…
Reference in New Issue
Block a user