-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: TCLKA and TCLKB and EVRU/EVRD clocks. #94
Conversation
jerzyjamroz
commented
Oct 11, 2023
- TCLKA and TCLKB should use UNIV16,17 and CMLs.
- Better handling of the fractional synthesizer configuration - useful for EVRD and EVRU as they do not have all the registers functional.
// mapping to TCLKA and TCLKB as UNIV16, 17 | ||
// we move down to UNIV0, 1 | ||
outputs[std::make_pair(OutputFPUniv,0)]=new MRMOutput(SB()<<n<<":FrontUnivOut0", this, OutputFPUniv, 16); | ||
outputs[std::make_pair(OutputFPUniv,1)]=new MRMOutput(SB()<<n<<":FrontUnivOut1", this, OutputFPUniv, 17); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is removed, where is the configuration of TCLKA and TCLKB done on the MTCA EVR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$(P)Out-TCLKA-Pat-Low00_15-SP etc.
8c1529b
to
1a2618b
Compare
ee9950e
to
4855e8d
Compare
* TCLKA and TCLKB should use UNIV16,17 and CMLs. * Better handling of the fractional synthesizer configuration - useful for EVRD and EVRU as they do not have all the registers functional.
4855e8d
to
2abd1cb
Compare