forked from ska-sa/casperfpga
-
Notifications
You must be signed in to change notification settings - Fork 26
Rfsocs/rfdc #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Rfsocs/rfdc #70
Conversation
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
MTS currently only available for ADC tiles. Target latency feature to change latency through gearbox fifo also needs to be extended first in TBS before added here. Allow for reading and updating the nco (mixer) for the ADC and DAC. Also support reading back current nco configuration and status.
The `status()` method reimplemented to return a dictionary of tile status and values that monitor and control points can use to make decisions
bring updates to test with rfsoc before merging back
dsa commands now parse the response and return as values for control flow The equivlanet get current output and variable output power commands for the dac have been added with similar functionality some though needs to be put into how to represent disabled tiles/blocks. Right now an empty dictionary is returned.
Also added helper functions to get converter clock rate at PL/fifo interface, output data type and data width
Added additional api commonds to exercise various converter functionality: nyquist zone, coarse delay, qmc settings, pll configuration, get tile pll clock source, inverse sinc filter, image reject (IMR) filter
Thinly wrap tcpborphserver commands to control coarse and fine frequency mixer. Mixer updates are applied by default in tcpborphserver. To override this for manual configuration of update events and synchronization using `update_event` use `force` set to `0`. Other API inclusions to shutdown/startup tile for some dynamic reconfiguration events.
tcpborphserver3 is updated to support calls to also target the dac. These changes reflect the new api commands requiring the converter type for the remote server to determine which mts configuration object to configure and run. Updates the commands to also reflect changes to the mts marker debug information and being able to get and set a target latency for mts runs.
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.
No description provided.