Before implementing the logic, we will have a look at the truth table of the NAND gate and the inverter. NAND GATE A B O
Month: April 2020
Different ways of Digital design representation
A digital design can be represented at various levels from three different angles Behavioral Structural Physical This can be represented by Y chart Behavioral Representation
Simplistic view of ASIC DESIGN flow
Steps in design flow Behavioral Design Specifies the functionality of the chip Data path Design Generates the netlist for the register transfer level components Logic
chisel:Registers
In digital design, register are the basic elements which are used widely. Chisel provides a register , which is collection of D Flip Flops. The