Skip to content

Commit 41d270f

Browse files
committed
Correct usage description
1 parent 21b5dfe commit 41d270f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

rtl/fazyrv_spm_a.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 - 2024 Meinhard Kissich
1+
// Copyright (c) 2023 - 2025 Meinhard Kissich
22
// SPDX-License-Identifier: MIT
33
// -----------------------------------------------------------------------------
44
// File : fazyrv_spm_a.v
5-
// Usage : Scratchpad memory for addresses.
5+
// Usage : Parallelize addresses for memory accesses.
66
//
77
// Param
88
// - CHUNKSIZE Data path width of the core.

rtl/fazyrv_spm_d.sv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright (c) 2023 - 2024 Meinhard Kissich
1+
// Copyright (c) 2023 - 2025 Meinhard Kissich
22
// SPDX-License-Identifier: MIT
33
// -----------------------------------------------------------------------------
44
// File : fazyrv_spm_d.sv
5-
// Usage : Scratchpad memory for data.
5+
// Usage : Serializes loaded data from memory, parallelizes data to be stored,
6+
// and manages shifting.
67
//
78
// Param
89
// - CHUNKSIZE Data path width of the core.

0 commit comments

Comments
 (0)