Project - ECE 421L 

Authored by Jose Cortez,

Email Address: cortej2@unlv.nevada.edu

Lab Date: Nov 13, 2019

  

Project description (first half)

Design a circuit that takes a 9-11 MHz clock signal and generates a 36-44 MHz clock signal. In other words, design x4 clock multiplier. 

The input clock is multiplied by 4 and output. Assum the input clock signal has a 50% duty cycle.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

the overall idea of the x4 clock multiplier is shown below. The input signal is expected to be a signal between 9-11 MHz and the output 

signal is expected to be 36-44 MHz.

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/overview_schem.png

There are two stages because each stage mutliplies the signal frequency by 2. There are buffers applied to the right of each 

XOR for the purpots of outputting sharp square signals, not for adding additional delay to the signal.

  

   

    

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Purpose of XOR gates:

The XOR truth table is shown below.

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/xor_truth_table.png

The
XOR gate produces a x2 signal because of the way it is taking in it’s
two signals. Both signals originate from the same source, but one
of them is 

delayed
due to the buffer. This delay allows the input and output to be:
00->0, 10->1, 11->0, 01->1. This pattern is repeated and
appears as the x2 signal. 

The same XOR gate was used for both stages.

 
   
The XOR symbol and schematic are shown below.
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/xor_sym.png
   
   
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/xor_schem.png
   
   
   
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Purpose for the buffers:

The buffers for the first and second stage are different to perform appropriate delays given the frequency.

 

 

Below is the symbol and schematic for the stage 1 buffer.

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/stage_1_buffer_symbol.png

   
   
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/stage_1_buffer_schem.png
   
   
Below is the symbol and schematic for the stage 2 buffer.
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/stage_2_buffer_symbol.png


http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/stage_2_buffer_schem.png


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Purpose for the buffers after XOR gate:
these
buffers cause the output of the XOR gate to be more square shaped. The
buffers consist of inverters which have a 20/1 ratio as seen below.
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/sharpness_buffer_schem.PNG


http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/sharpness_buffer_symbol.PNG
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Simulated X4 clock multiplier under ideal conditions (f= 9 MHz and VDD= 5V)
   
schematic:
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/entire_schem.png

Simulation results:
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/ideal_sim.png
The output of the circuit appears close to x4 of the input signal.

   

   

The symbol for the clock multiplier is shown below.

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/clk_mult_symbol.png

   
   
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Tests: 

change in VDD

Test conditions

freq=9.09 MHz, VDD= 4 V

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_9.09_VDD_4.png

Test conditions

freq=9.09 MHz, VDD= 4.5 V

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_9.09_VDD_4.5.png

Test conditions

freq=9.09 MHz, VDD= 5.5 V


http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_9.09_VDD_5.5.png

Test conditions

freq=9.09 MHz, VDD= 6 V

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_9.09_VDD_6.png
     
   
     

Tests: 

change in frequency

Test conditions

freq=7 MHz, VDD= 5 V

Period of voltage source is 140 ns


http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_7_VDD_5.png

Test conditions

freq=8 MHz, VDD= 5 V

Period of voltage source is 125 ns

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_8_VDD_5.png

Test conditions

freq=10 MHz, VDD= 5 V

Period of voltage source is 100 ns

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_10_VDD_5.png

Test conditions

freq=11 MHz, VDD= 5 V

Period of voltage source is 90.9 ns

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_11_VDD_5.png

Test conditions

freq=12 MHz, VDD= 5 V

Period of voltage source is 83.3 ns

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_12_VDD_5.png

Test conditions

freq=13 MHz, VDD= 76.9 V

Period of voltage source is 140 ns

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part1%20screenshots%20and%20proj%20file/freq_13_VDD_5.png

   

   

   

   

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 Project Part 2:

Below is the layout for the first stage buffer used in the clock multiplier, as well as other relevant screenshots.

   

Symbolhttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%201%20buffer%20symbol.jpg
Layouthttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%201%20buffer%20layout.jpg
DRChttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%201%20buffer%20DRC.jpg
LVShttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%201%20buffer%20LVS.jpg

  

 

Below is the layout for the second stage buffer used in the clock multiplier, as well as other relevant screenshots.

 

Symbolhttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20symbol.jpg
Entire layouthttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20layout%20single%20screenshot.jpg
Close up of
1st half
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20layout%20screenshot%20part1.jpg
Close up of
2nd half
http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20layout%20screenshot%20part2.jpg
DRChttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20DRC.jpg
LVShttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/stage%202%20buffer%20LVS.jpg

 

 

Below is the layout for the XOR gate used in the clock multiplier, as well as other relevant screenshots.

   

   

Symbolhttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/XOR%20gate%20symbol.jpg
Layouthttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/XOR%20gate%20layout.jpg
DRChttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/XOR%20gate%20DRC.jpg
LVShttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/XOR%20gate%20LVS.jpg

   

   

Below is the layout for the buffers applied at the right side of the XOR gates, as well as other relevant screenshots.

 

 

Symbolhttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/buffer%20symbol.jpg
Layouthttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/buffer%20layout.jpg
DRChttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/buffer%20DRC.jpg
LVShttp://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/buffer%20LVS.jpg

  

below is the clock multiplier layout 

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/complete%20clock%20multiplier%20layout.jpg

clock mutliplier LVS

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/clock%20multiplier%20LVS.jpg

 

clock multiplier DRC

http://cmosedu.com/jbaker/courses/ee421L/f19/students/cortej2/Project/part2%20screenshots%20and%20proj%20file/entire%20layout%20DRC.PNG

   

   

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The link to the files can be found here

   
   
Return to EE 421 Labs