Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/f0rkb0mbz/vlsi_experiments
- Owner: f0rkb0mbZ
- Created: 2019-11-24T11:02:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T18:56:46.000Z (almost 5 years ago)
- Last Synced: 2023-10-20T02:04:30.208Z (about 1 year ago)
- Language: Tcl
- Size: 3.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```