-
Notifications
You must be signed in to change notification settings - Fork 3
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
Review initial state of pi_ctl_cdr #17
Comments
This is the code snippet showing how the PI code is set: dragonphy2/vlog/new_chip_src/digital_core/digital_core.sv Lines 163 to 171 in 2d280b9
Since At a minimum, I think we should change the default for Last thing -- why does this currently work in simulation? The reason has to do with the way that Verilog simulators handle x's in conditional statements. Consider this code that computes dragonphy2/vlog/new_chip_src/analog_core/PI_local_encoder.sv Lines 84 to 92 in 2d280b9
When the boolean condition evalues to |
Based on our discussion today, we want to make sure that there is not a start-up issue here (x's or values that prevent proper starting of clk_adc)
The text was updated successfully, but these errors were encountered: