Monday, 24 March 2025

Lab 5: ALU and Shift

 We are going to build and analyze the following circuits using the Circuit Maker:

1. Memory operations
3 x 8-bit registers using D-Latch flip-flops and functional circuits (MUX, Decoders, Enabler, Selectors) to build a control circuit allowing registers to store data in serial way (serial loading) and parallel (parallel loading). 

2. Shifter
A selector enables shift left and right for 3 registers developed in 1.)

3. Bitwise operations:
A circuit to select AND, OR, NOT, XOR bitwise operation modes for 8-bit vectors for 3 registers developed in 1.). 

4. Arithmetic operations:  
A 8- bit Ripple Carry Adder/Subtractor with operation selection modes (ADD/SUBTRACT)




No comments:

Post a Comment

Lecture 3-2: Real-time Operating Systems

In this lecture, we studied fundamental elements and functions of a real-time operating system. Moreover, we also studied key features of fr...