This repo contains documentation of the "VSD Open On-Chip Clock Multiplier (PLL) on OSU180" tutorial.
- Introduction
- Block Diagram of PLL
- Literature review and architecture design theory points
- Theory and Fundamental Concepts
- Setting up Linux Environment
- Installations
- Running eSim and Ngspice
- Prelayout
- Physical Design
- Acknowlegment
- References
The phase locked loop take in a signal to which it locks and can then output this signal from its own internal VCO. At first sight this may not appear particularly useful, but with a little ingenuity, it is possible to develop a large number of phase locked loop applications.
- Design of Analog CMOS Integrated Circuits Behzad Razavi
- Design of CMOS Phase Locked Loops Behzad Razavi
- CMOS and Transistor Sizing
- Control System Feedback Loop
- IC Fab process
- Euler path
Download the latest version of Virtual Box from the following link: https://www.virtualbox.org/ After installation it will look somewhat like this: Download the Ubuntu Disk Image: https://ubuntu.com/download/desktop Create a new machine: Follow the steps hereafter.
After complete installation the Ubuntu window looks like this:
Open terminal and run:
sudo apt-get install git
Then do:
git clone https://github.com/parasgidd/avsdpll_3v3.git
Install eSim and follow steps from here: https://esim.fossee.in/downloads
Run following Commands in the terminal: git clone git://opencircuitdesign.com/magic
cd magic
sudo ./configure
sudo make
sudo make install
cd /avsdpll_3v3/prelayout$
ngspice inv.cir
Run the following command to open Magic:
magic -T SCN6M_SUBM.10.tech
I would like to thank Mr.Kunal Ghosh and Mr. Paras Gidd for the tutorial explained in the simplest way possible. It helped me to learn more about the PLL and layout design and simulations using Magic and Ngspice in a very easy and structured manner.
- https://www.vlsisystemdesign.com/registration/
- https://vsdiat.com/
- https://github.com/parasgidd/avsdpll_3v3
- https://www.virtualbox.org/
- http://opencircuitdesign.com/magic/download.html
- https://esim.fossee.in/downloads
- https://www.electronics-notes.com/articles/radio/pll-phase-locked-loop/tutorial-primer-basics.php