Skip to content

Implementation of some basic digital logic circuit using Tanner EDA (S-Edit, T-Spice and W-Edit)

Notifications You must be signed in to change notification settings

f0rkb0mbZ/vlsi_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLSI Experiments

Implementation of some basic digital logic circuit using Tanner EDA (S-Edit, T-Spice and W-Edit).

  1. CMOS Inverter:

    Bit Pattern:

    In: 01
    
  2. CMOS NAND, NOR, XOR:

    Bit Pattern:

    In_A: 0011
    In_B: 0101
    
  3. D-Flip-Flop:

    Bit Pattern:

    In_D: 001000
    In_CLK: 101010
    
  4. Full Adder:

    Bit Pattern:

    In_A: 00001111
    In_B: 00110011
    In_C: 01010101
    

About

Implementation of some basic digital logic circuit using Tanner EDA (S-Edit, T-Spice and W-Edit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages