diff --git a/projects/tt_um_ssp_opamp/docs/info.md b/projects/tt_um_ssp_opamp/docs/info.md
index 43556d4..5148ae2 100644
--- a/projects/tt_um_ssp_opamp/docs/info.md
+++ b/projects/tt_um_ssp_opamp/docs/info.md
@@ -23,32 +23,34 @@ In the op-amp design submissions, **Amr Abdelrahman** and **Majid Sami** each pr
#### (1) Design by Amr Abdelrahman
-
+![Opamp Schematic](pic_opamp_sch.png "Opamp Schematic")
-
+![Opamp Testbench](pic_opamp_testbench.png "Opamp Testbench")
-
+![Opamp Layout](pic_opamp_layout.png "Opamp Layout")
-
+![Opamp Simulation Specifications](pic_opamp_Specs.png "Opamp Simulation Specifications")
#### (2) Design by Majid Sami
-
+![Opamp Schematic](pic1_opamp_sch.png "Opamp Schematic")
-
+![Opamp Testbench](pic1_opamp_testbench.png "Opamp Testbench")
-
+![Opamp Layout](pic1_opamp_layout.png "Opamp Layout")
-
+![Opamp Simulation Specifications](pic1_opamp_specs.png "Opamp Simulation Specifications")
### POR (Power On Reset) Circuit
Power-on reset (POR) circuit ensures that electronic systems start up in a known, stable state by generating a reset signal when power is initially applied. This circuit detects when the power supply reaches a sufficient voltage level and holds the reset line active until the voltage stabilizes, preventing erratic behavior and data corruption. POR circuits are crucial in microcontrollers, consumer electronics, and industrial systems, as they guarantee reliable initialization and consistent performance, thereby enhancing system stability and functionality during power-up.The circuit designed without capacitor which yields 30% reduction of chip’s area compared to the conventional designs
#### (1) Design by Khalid Alorayir
-
-
-
+![POR Schematic](pic_por_sch.png "POR Schematic")
+
+![POR Testbench](pic_por_testbench.png "POR Testbench")
+
+![POR Layout](pic_por_lay.png "POR Layout")
## How to test
### (1) Testing Opamp Circuit
@@ -84,4 +86,5 @@ Digilent Analog Discovery can be used for various measurements of opamp circuits
4. **Transient Analysis**: Measure how the op-amp and power-on-reset circuits respond to transient signals or sudden changes, such as power-up events.
5. **Voltage Levels**: Check the stability and correct operation of the power-on-reset circuit by measuring the voltage levels and timing of the reset pulse.
-
+![Sample Measurement Setup using Analog Discovery 3](pic_analog_discovery.jpeg "Sample Measurement Setup using Analog Discovery 3")
+
diff --git a/projects/tt_um_ssp_opamp/docs/pic1_opamp_layout.png b/projects/tt_um_ssp_opamp/docs/pic1_opamp_layout.png
index b09a786..0ffc7d3 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic1_opamp_layout.png and b/projects/tt_um_ssp_opamp/docs/pic1_opamp_layout.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic1_opamp_sch.png b/projects/tt_um_ssp_opamp/docs/pic1_opamp_sch.png
index b5fa181..fc0c298 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic1_opamp_sch.png and b/projects/tt_um_ssp_opamp/docs/pic1_opamp_sch.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_opamp_layout.png b/projects/tt_um_ssp_opamp/docs/pic_opamp_layout.png
index 9012835..25cd2b5 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_opamp_layout.png and b/projects/tt_um_ssp_opamp/docs/pic_opamp_layout.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_opamp_sch.png b/projects/tt_um_ssp_opamp/docs/pic_opamp_sch.png
index 8bd9268..558d41e 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_opamp_sch.png and b/projects/tt_um_ssp_opamp/docs/pic_opamp_sch.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_opamp_testbench.png b/projects/tt_um_ssp_opamp/docs/pic_opamp_testbench.png
index b7d6191..5d47c01 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_opamp_testbench.png and b/projects/tt_um_ssp_opamp/docs/pic_opamp_testbench.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_por_lay.png b/projects/tt_um_ssp_opamp/docs/pic_por_lay.png
index 52d20c2..9adc2f1 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_por_lay.png and b/projects/tt_um_ssp_opamp/docs/pic_por_lay.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_por_sch.png b/projects/tt_um_ssp_opamp/docs/pic_por_sch.png
index 424235f..3c47c8f 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_por_sch.png and b/projects/tt_um_ssp_opamp/docs/pic_por_sch.png differ
diff --git a/projects/tt_um_ssp_opamp/docs/pic_por_testbench.png b/projects/tt_um_ssp_opamp/docs/pic_por_testbench.png
index 64d29b6..c45e156 100644
Binary files a/projects/tt_um_ssp_opamp/docs/pic_por_testbench.png and b/projects/tt_um_ssp_opamp/docs/pic_por_testbench.png differ