-
Notifications
You must be signed in to change notification settings - Fork 27
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
[capture] Specify offset in clk cycles #177
Comments
Specify offset in target clock cycles, rather than number of samples. This commit resolves lowRISC#177 Signed-off-by: Vladimir Rozic <[email protected]>
@vrozic is working on this and we've briefly discussed this today. Even if for the time being the computation of the offsets and number of samples / window size happens in / close to the scope code this would be okay. We can refine this later. Ideally we have a first working version for this soon. We need this to re-enable captures with latest bitstreams (use different target clock frequencies on the CW310). My goal is to work on this in the second half of this week. |
Update: we merged PR #203 which implements the corresponding changes in the CW-based setup. What's left to do is to align the WaveRunner implementation. |
I am thus un-assigning myself and @vrozic and instead assign @johannheyszl who might be able to take care of the WaveRunner part when returning to work. |
has been addressed in #242 |
At the moment, measurement offset in capture configuration files is specified in samples.
It probably makes more sense to use clk cycles of the target as a unit of measurement.
The text was updated successfully, but these errors were encountered: