Update README.md
diff --git a/README.md b/README.md
index fe33ff5..245884e 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,27 @@
Output: Sum which is of 19 bits.
## Block Diagram
-
-
+ Step1: Precomputation of carry status signals of "Generate", "Propagate", "Kill".
+ Step2: Computation of actuaal carry signals for all bits.
+ Step3: Final Sum computation by XORing Carry and propgate signals at each bit.
+ 
+
## EDA Tools and Environment
+ Process Node: Sky130nm
+ Simulations:iverilog
+ RTL to GDSII: Openlane
+ SoC Wrapper: Caravel Harness
## Pre-Synthesis Simulation
+ <img width="964" alt="Screenshot (459)" src="https://user-images.githubusercontent.com/61288836/138146364-fbb48589-7766-4e1b-b08a-22440ac0a4b5.png">
+
## Post-Synthesis Simulation
-
+ 
+
## RTL to GDSII
-
+ 
+