Category: Digital Electronics

ASIC Physical Design Flow

The main steps in ASIC physical design flow are: Design Netlist (after Synthesis) Floorplanning Partitioning Placement Clock-Tree Synthesis (CTS) Routing Physical Verification GDS II Generation These steps are just the basic. A more detailed design flow is presented in the…

Digital Design Methodologies

There are two basic types of digital design methodologies: top-down design methodology bottom-up design methodology. top-down Design Methodology In a top-down design methodology, we define the top-level block and identify the sub-blocks necessary to build the top-level block. We further…

Circuit Design of Parity Generator

This post illustrates the circuit design of Even Parity Generator. State Machine diagram for the same Parity Generator has been shown below. Click here to realize how we reach to the following state transition diagram. Click here to learn the step…

Circuit Design of a Sequence Detector

This post illustrates the circuit design of Sequence Detector for the pattern “1101”. State Machine diagram for the same Sequence Detector has been shown below. Click here to realize how we reach to the following state transition diagram. Click here to…