Skip to content

Commit 7d19824

Browse files
authored
Update README.md
1 parent ff0c7ff commit 7d19824

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
Example List
44
1. Comparators
5-
* [1 Bit Comparator](https://github.com/Tanmaymundra/vhdl/blob/master/1bit_comp)
6-
* [2 Bit Comparator](https://github.com/Tanmaymundra/vhdl/blob/master/2bit_comp)
5+
* [1 Bit Comparator](https://github.com/Tanmaymundra/vhdl/blob/master/1bit_comp.vhd)
6+
* [2 Bit Comparator](https://github.com/Tanmaymundra/vhdl/blob/master/2bit_comp.vhd)
77

88
2. Multiplexers
9-
* [4:1 Multiplexer](https://github.com/Tanmaymundra/vhdl/blob/master/4:1%20MUX)
9+
* [4:1 Multiplexer](https://github.com/Tanmaymundra/vhdl/blob/master/4:1%20MUX.vhd)
1010

1111
3. Encoder
12-
* [4:2 Encoder](https://github.com/Tanmaymundra/vhdl/blob/master/4:2%20Encoder)
13-
* [8:3 Encoder](https://github.com/Tanmaymundra/vhdl/blob/master/8:3%20Encoder)
12+
* [4:2 Encoder](https://github.com/Tanmaymundra/vhdl/blob/master/4:2%20Encoder.vhd)
13+
* [8:3 Encoder](https://github.com/Tanmaymundra/vhdl/blob/master/8:3%20Encoder.vhd)
1414

1515
4. Conversion
16-
* [Bcd to Gray](https://github.com/Tanmaymundra/vhdl/blob/master/BCD_Gray)
17-
* [Bcd to Excess-3](https://github.com/Tanmaymundra/vhdl/blob/master/BCD%20to%20EX3)
18-
* [Gray to Bcd](https://github.com/Tanmaymundra/vhdl/blob/master/Gray_BCD)
16+
* [Bcd to Gray](https://github.com/Tanmaymundra/vhdl/blob/master/BCD_Gray.vhd)
17+
* [Bcd to Excess-3](https://github.com/Tanmaymundra/vhdl/blob/master/BCD%20to%20EX3.vhd)
18+
* [Gray to Bcd](https://github.com/Tanmaymundra/vhdl/blob/master/Gray_BCD.vhd)
1919

2020
5. Shift Registers
2121
* [PIPO](https://github.com/Tanmaymundra/vhdl/blob/master/Shift%20Registers%20-PIPO.vhd)
@@ -24,15 +24,15 @@ Example List
2424
* [SIPO](https://github.com/Tanmaymundra/vhdl/blob/master/Shift%20Registers%20-SIPO.vhd)
2525

2626
6. Flip Flops
27-
* [T FF](https://github.com/Tanmaymundra/vhdl/blob/master/T%20FF)
28-
* [D FF](https://github.com/Tanmaymundra/vhdl/blob/master/D%20FF)
29-
* [SR FF](https://github.com/Tanmaymundra/vhdl/blob/master/SR%20FF)
30-
* [JK FF](https://github.com/Tanmaymundra/vhdl/blob/master/JK%20FF)
27+
* [T FF](https://github.com/Tanmaymundra/vhdl/blob/master/T%20FF.vhd)
28+
* [D FF](https://github.com/Tanmaymundra/vhdl/blob/master/D%20FF.vhd)
29+
* [SR FF](https://github.com/Tanmaymundra/vhdl/blob/master/SR%20FF.vhd)
30+
* [JK FF](https://github.com/Tanmaymundra/vhdl/blob/master/JK%20FF.vhd)
3131

3232
7. Counters
33-
* [Ring Counter(D FF)](https://github.com/Tanmaymundra/vhdl/blob/master/Ring%20Counter%20-%20D%20FF)
34-
* [Synchronous- 4 Bit](https://github.com/Tanmaymundra/vhdl/blob/master/Synchronous%20Counter%20(4%20Bit))
35-
* [Asyncronous 4 Bit Up](https://github.com/Tanmaymundra/vhdl/blob/master/Asynchronous%203bit%20up(JK%20FF))
33+
* [Ring Counter(D FF)](https://github.com/Tanmaymundra/vhdl/blob/master/Ring%20Counter%20-%20D%20FF.vhd)
34+
* [Synchronous- 4 Bit](https://github.com/Tanmaymundra/vhdl/blob/master/Synchronous%20Counter%20(4%20Bit).vhd)
35+
* [Asyncronous 4 Bit Up](https://github.com/Tanmaymundra/vhdl/blob/master/Asynchronous%203bit%20up(JK%20FF).vhd)
3636

3737
8. Pattern
38-
* [Sequence Detector](https://github.com/Tanmaymundra/vhdl/blob/master/seq_det)
38+
* [Sequence Detector](https://github.com/Tanmaymundra/vhdl/blob/master/seq_det.vhd)

0 commit comments

Comments
 (0)