dakshpatel806 /  UNIC-CASS_precheck_ADLDO

Created
Maintained by dakshpatel806
The main function of LDO is to maintain constant output voltage which is equal to reference voltage VREF to sub-circuits in a system on Chip. There are analog LDOs that are suitable for noise sensitive load circuits. The disadvantage with Analog LDO is that is does provide sufficient loop gain at low supply voltages. The reason for insufficient. The different blocks of analog LDO are • Error Amplifier • Bandgap reference • PMOS Pass transistors and feedback loop
Members 1
daksh patel committed a year ago

UNIC-CASS_precheck_ADLDO

The main function of LDO is to maintain constant output voltage which is equal to reference voltage VREF to sub-circuits in a system on Chip. There are analog LDOs that are suitable for noise sensitive load circuits. The disadvantage with Analog LDO is that is does provide sufficient loop gain at low supply voltages. The reason for insufficient. The different blocks of analog LDO are • Error Amplifier • Bandgap reference • PMOS Pass transistors and feedback loop


To interact with this project, please go to 'My Settings' (upper right menu) > 'SSH Keys' and add your SSH key.

If you are starting a brand new project without a local repository, here are the suggested commands:

git clone ssh://git@repositories.efabless.com/dakshpatel806/UNIC-CASS_precheck_ADLDO.git
cd UNIC-CASS_precheck_ADLDO
... do some changes
git push -u origin main

If you already have a local Git repository, initialized with git init, you will need to associate your local repository with the Efabless Repository remote location. The following commands will add Efabless Repository as a remote repository and push your changes to the main branch.

git remote add origin ssh://git@repositories.efabless.com/dakshpatel806/UNIC-CASS_precheck_ADLDO.git
git push -u origin main

If you already have a remote repository, for example one on GitHub, use the command below to add another remote Git repo (make sure that each repo has its unique ID, e.g. origin, ef-repo in the example below).

git remote add ef-repo ssh://git@repositories.efabless.com/dakshpatel806/UNIC-CASS_precheck_ADLDO.git
git push -u ef-repo main