File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments