2
2
3
3
Example List
4
4
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 )
7
7
8
8
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 )
10
10
11
11
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 )
14
14
15
15
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 )
19
19
20
20
5 . Shift Registers
21
21
* [ PIPO] ( https://github.com/Tanmaymundra/vhdl/blob/master/Shift%20Registers%20-PIPO.vhd )
@@ -24,15 +24,15 @@ Example List
24
24
* [ SIPO] ( https://github.com/Tanmaymundra/vhdl/blob/master/Shift%20Registers%20-SIPO.vhd )
25
25
26
26
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 )
31
31
32
32
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 )
36
36
37
37
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