Logic Design

8
Feb
2021

Boolean Expressions-2

We hope you had a good understanding of Boolean Expressions which is available @ Boolean Expressions. In this blog, we will discuss on the simplification of boolean functions.

5
Mar
2020

Logic Gates

We hope you had a good understanding of Number Systems which is available @ Number Systems. For building hardware, we need logic gates, combinational circuits and sequential circuits which takes input in the form of binary numbers. The main building blocks to design combinational and sequential circuits are logic gates which is explained below.

5
Mar
2020

Boolean Expressions-1

We hope you had a good understanding of Logic Gates which is available @ Logic Gates. To reduce the logical complexities of any Boolean expression, a set of theorems have been developed which is explained below.

4
Mar
2020

Number Systems

To start with VLSI skill development, we need to enhance our frontend skills. check the ASIC flow at ASICvsFPGA, which describes the frontend and backend flow for the full chip development. Frontend starts with specification gathering and architecture designing from the specifications gathered.

5
Feb
2019

Communication Protocols

UART stands for Universal Asynchronous Receiver-Transmitter. It is commonly used in the microcontroller to communicate with the peripheral. An 8-bit serial data coming from the peripheral device is converted into the parallel form using serial to parallel conversion and parallel data coming from the CPU is converted using parallel to serial conversion.