docs: Add comprehensive W parameter documentation addressing issue #140 #157
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses issue #140 by documenting the current status and limitations of the
W(processing width) parameter through synthesis testing and code analysis.Changes
docs/W_PARAMETER.mddocumenting W parameter status, testing results, and known limitationsREADME.mdto reference W parameter documentation in new Parameters sectionserv_csr.v,serv_immdec.v) with hardcoded indices preventing W>1 supportTesting
Synthesis testing performed using Vivado 2025.1 targeting Artix-7 xc7a35tcpg236-1:
The W parameter infrastructure is present throughout the codebase, but implementation is incomplete. Referenced qerv as a working 4-bit implementation for future contributors.
Closes #140