# Blank project
This is a blank Wokwi project. Please edit this README file and add a description of your project.
## Usage
1. Add parts by clicking the blue "+" button in the diagram editor
2. Connect parts by dragging wires between them
3. Click the green play button to start the simulation
## Truth table
Anode Common 7 Segment LED
|Num|not Q | A B C D E F G DP|
|:-:|----- |-----------------|
| 0 | 1111 | 0 0 0 0 0 0 1 1 |
| 1 | 1110 | 1 0 0 1 1 1 1 1 |
| 2 | 1101 | 0 0 1 0 0 1 0 1 |
| 3 | 1100 | 0 0 0 0 1 1 0 1 |
| 4 | 1011 | 1 0 0 1 1 0 0 1 |
| 5 | 1010 | 0 1 0 0 1 0 0 1 |
| 6 | 1001 | 0 1 0 0 0 0 0 1 |
| 7 | 1000 | 0 0 0 1 1 0 1 1 |
| 8 | 0111 | 0 0 0 0 0 0 0 1 |
| 9 | 0110 | 0 0 0 0 1 0 0 1 |
| A | 0101 | 0 0 0 1 0 0 0 1 |
| B | 0100 | 1 1 0 0 0 0 0 1 |
| C | 0011 | 0 1 1 0 0 0 1 1 |
| D | 0010 | 1 0 0 0 0 1 0 1 |
| E | 0001 | 0 1 1 0 0 0 0 1 |
| F | 0000 | 0 1 1 1 0 0 0 1 |
A
1*2*3*n4 + 1*n2*3*4 + n1*2*n3*n4 + n1*n2*3*n4
ERC Warnings
flop1:CLK: Clock driven by combinatorial logic
flop2:CLK: Clock driven by combinatorial logic
flop3:CLK: Clock driven by combinatorial logic
flop4:CLK: Clock driven by combinatorial logic