-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior, the LDO dropout would propagate to the output voltage and assume that the LDO would track. This creates an assertion that the input voltage is greater than the dropout. Not super strict, only checks that the input lower bound is greater than the output lower bound + dropout. Rationale: voltage_out is a spec, and it's not being met. Users can change the dropout voltage in refinements to tighten bounds (eg, LDO operating at less than max current) or allow the regulator to go into tracking. Also refactors out actual_target_voltage since it's no longer needed.
- Loading branch information
Showing
4 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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