Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f0rkb0mbz/vlsi_experiments

Implementation of some basic digital logic circuit using Tanner EDA (S-Edit, T-Spice and W-Edit)
https://github.com/f0rkb0mbz/vlsi_experiments

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```