Skip to content

Commit 1759183

Browse files
committed
COA
1 parent e91f185 commit 1759183

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,15 @@ The laboratory component (CSL403) focuses on hands-on implementation of processo
188188
[![Language](https://img.shields.io/badge/Language-C%20%7C%20Logisim-blueviolet.svg)](Processor%20Architecture%20Lab/)
189189
[![Lab Manual](https://img.shields.io/badge/Lab%20Manual-Available-brightgreen.svg)](Processor%20Architecture%20Lab/PRACTICAL%20LAB.pdf)
190190

191+
[![Live Demo](https://img.shields.io/badge/Live%20Demo-PAL%20Portfolio-007bff?style=flat&logo=github)](https://amey-thakur.github.io/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-AND-PROCESSOR-ARCHITECTURE-LAB/)
192+
191193

192194

193195
</div>
194196

195197
> [!TIP]
198+
> **Live Implementation**: For a comprehensive visual showcase, visit the [PAL Portfolio Dashboard](https://amey-thakur.github.io/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-AND-PROCESSOR-ARCHITECTURE-LAB/). For the complete source code and detailed documentation, visit the [Processor Architecture Lab](Processor%20Architecture%20Lab/) directory. Visualization is key. Always trace your algorithm's execution flow on paper before coding. Create timing diagrams and truth tables to verify hardware-software logic.
199+
>
196200
> **Circuit Visualization**: When working with Logisim circuits, always trace signal propagation step-by-step and verify truth tables for each component. For algorithms like Booth's multiplication and restoring division, draw timing diagrams showing register states at each clock cycle. Understanding the hardware-software relationship is key to mastering processor architecture.
197201
198202
### Laboratory Experiments
@@ -266,8 +270,9 @@ The laboratory component (CSL403) focuses on hands-on implementation of processo
266270

267271
| # | Resource | Description |
268272
|:-:|:---|:---|
269-
| 1 | [Laboratory Journal](Processor%20Architecture%20Lab/PRACTICAL%20LAB.pdf) | Complete record of experiments with code, outputs, and analysis |
270-
| 2 | [Lab README](Processor%20Architecture%20Lab/) | Detailed navigation guide with program descriptions |
273+
| 1 | [Interactive Lab Portfolio](https://amey-thakur.github.io/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-AND-PROCESSOR-ARCHITECTURE-LAB/) | Interactive dashboard with source code descriptions and visualizations |
274+
| 2 | [Laboratory Journal](Processor%20Architecture%20Lab/PRACTICAL%20LAB.pdf) | Complete record of experiments with code, outputs, and analysis |
275+
| 3 | [Lab README](Processor%20Architecture%20Lab/) | Detailed navigation guide with program descriptions |
271276

272277
---
273278

@@ -360,7 +365,7 @@ Special thanks to the mentors and peers whose encouragement, discussions, and su
360365

361366
<br>
362367

363-
🔬 **[Processor Architecture Laboratory](Processor%20Architecture%20Lab/)**
368+
🔬 **[Processor Architecture Laboratory](https://amey-thakur.github.io/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-AND-PROCESSOR-ARCHITECTURE-LAB/)**
364369

365370
</div>
366371

0 commit comments

Comments
 (0)