Author: Pravriti

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…

VLSI Design Flow

The chip design includes different types of processing steps to finish the entire flow. For each and every step, the design process requires a dedicated EDA tool. These tools have the flexibility to import or export different types of files.…

Texas Instruments Question Bank Part-2

Texas Instruments Question Bank continued from Part 1 Q. Draw 2:1 Mux using pass transistors. Ans: Two pass transistors are required to design 2:1 Mux. Q. Draw 2:1 Mux using transmission gates. Ans: Two transmission gates are required to design 2:1 Mux. Q. What is setup…

Texas Instruments Question Bank Part-1

Q. Implement a 3 bit asynchronous counter using T flip flops. Ans: To design 3 bit asynchronous counter we require 3 T flip flops.  Q. What is the always block used for in Verilog? Ans: An always blocks runs continuously throughout the simulation.…