Open
Conversation
Custom pipelining using PIPELINE_STAGES parameter: 0 = no pipeline, 1 = pipeline every 2 stages, 2 = pipeline every stage Signed-off-by: Filip Gherman <filip.gherman@analog.com>
0f01a4c to
1c01c17
Compare
Add PIPELINE_OFFSET parameter to account for cumulative pipeline delay when multiple pack_networks are cascaded. Previously, control signals for later networks were not delayed to match the data pipeline latency accumulated from earlier networks, causing data corruption with larger channel configurations(in case of odd or non-power of two channel enables). Signed-off-by: Filip Gherman <filip.gherman@analog.com>
Add testbenches for 8, 32, 64 channel configurations to verify util_cpack2 behavior across various JESD204 use cases: -cpack_8ch_tb (M=8, S=4) -cpack_32ch_tb(M=32, S=1) -cpack_64ch_tb(M=64, S=1) Signed-off-by: Filip Gherman <filip.gherman@analog.com>
1c01c17 to
cc0649a
Compare
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Description
High-speed JESD204B/C designs with many converters (high M) or many samples per converter (high S) face timing challenges in the cpack/upack routing networks. The long combinational paths through multiple MUX stages can become critical paths, limiting achievable clock frequencies.
This PR adds configurable pipelining support to util_cpack2 and util_upack2 cores to improve timing closure for high-speed JESD designs with large converter counts or high sample rates.
Key Features:
PR Type
PR Checklist