-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgate_data.json
30 lines (30 loc) · 4.19 KB
/
gate_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{"name": "2x1 MUX", "name_w": "2x1_MUX", "url": ".\\static\\Combinational_ckts\\2x1_MUX.svg", "loc": "Combinational_ckts"},
{"name": "4x1 MUX", "name_w": "4x1_MUX", "url": ".\\static\\Combinational_ckts\\4x1_MUX.svg", "loc": "Combinational_ckts"},
{"name": "4 BIT RC Adder", "name_w": "4_BIT_RC_Adder", "url": ".\\static\\Combinational_ckts\\4_BIT_RC_Adder.svg", "loc": "Combinational_ckts"},
{"name": "Full Adder", "name_w": "Full_Adder", "url": ".\\static\\Combinational_ckts\\Full_Adder.svg", "loc": "Combinational_ckts"},
{"name": "Half Adder", "name_w": "Half_Adder", "url": ".\\static\\Combinational_ckts\\Half_Adder.svg", "loc": "Combinational_ckts"},
{"name": "4 Bit Johnshon Counter", "name_w": "4_Bit_Johnshon_Counter", "url": ".\\static\\Seq_ckts\\4_Bit_Johnshon_Counter.svg", "loc": "Seq_ckts"},
{"name": "4 Bit Ring Counter", "name_w": "4_Bit_Ring_Counter", "url": ".\\static\\Seq_ckts\\4_Bit_Ring_Counter.svg", "loc": "Seq_ckts"},
{"name": "4 Bit Ripple Counter", "name_w": "4_Bit_Ripple_Counter", "url": ".\\static\\Seq_ckts\\4_Bit_Ripple_Counter.svg", "loc": "Seq_ckts"},
{"name": "BCD Ripple Counter", "name_w": "BCD_Ripple_Counter", "url": ".\\static\\Seq_ckts\\BCD_Ripple_Counter.svg", "loc": "Seq_ckts"},
{"name": "D Flip-Flop Negative edge triggered", "name_w": "D_Flip-Flop_Negative_edge_triggered", "url": ".\\static\\Seq_ckts\\D_Flip-Flop_Negative_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "D Flip-Flop Positive edge triggered", "name_w": "D_Flip-Flop_Positive_edge_triggered", "url": ".\\static\\Seq_ckts\\D_Flip-Flop_Positive_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "D Latch Enable", "name_w": "D_Latch_Enable", "url": ".\\static\\Seq_ckts\\D_Latch_Enable.svg", "loc": "Seq_ckts"},
{"name": "JK Flip-Flop Negative edge triggered", "name_w": "JK_Flip-Flop_Negative_edge_triggered", "url": ".\\static\\Seq_ckts\\JK_Flip-Flop_Negative_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "JK Flip-Flop Negative edge triggered with Set and Reset", "name_w": "JK_Flip-Flop_Negative_edge_triggered_with_Set_and_Reset", "url": ".\\static\\Seq_ckts\\JK_Flip-Flop_Negative_edge_triggered_with_Set_and_Reset.svg", "loc": "Seq_ckts"},
{"name": "JK Flip-Flop Positive edge triggered", "name_w": "JK_Flip-Flop_Positive_edge_triggered", "url": ".\\static\\Seq_ckts\\JK_Flip-Flop_Positive_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "JK Flip-Flop Positive edge triggered with Set and Reset", "name_w": "JK_Flip-Flop_Positive_edge_triggered_with_Set_and_Reset", "url": ".\\static\\Seq_ckts\\JK_Flip-Flop_Positive_edge_triggered_with_Set_and_Reset.svg", "loc": "Seq_ckts"},
{"name": "JK Latch Enable", "name_w": "JK_Latch_Enable", "url": ".\\static\\Seq_ckts\\JK_Latch_Enable.svg", "loc": "Seq_ckts"},
{"name": "S'R' Latch", "name_w": "S-R-_Latch", "url": ".\\static\\Seq_ckts\\S-R-_Latch.svg", "loc": "Seq_ckts"},
{"name": "SR Latch", "name_w": "SR_Latch", "url": ".\\static\\Seq_ckts\\SR_Latch.svg", "loc": "Seq_ckts"},
{"name": "SR Latch Enable", "name_w": "SR_Latch_Enable", "url": ".\\static\\Seq_ckts\\SR_Latch_Enable.svg", "loc": "Seq_ckts"},
{"name": "T Flip-Flop Negative edge triggered", "name_w": "T_Flip-Flop_Negative_edge_triggered", "url": ".\\static\\Seq_ckts\\T_Flip-Flop_Negative_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "T Flip-Flop Positive edge triggered", "name_w": "T_Flip-Flop_Positive_edge_triggered", "url": ".\\static\\Seq_ckts\\T_Flip-Flop_Positive_edge_triggered.svg", "loc": "Seq_ckts"},
{"name": "AND Gate", "name_w": "AND_Gate", "url": ".\\static\\Simple_gates\\AND_Gate.svg", "loc": "Simple_gates"},
{"name": "NAND Gate", "name_w": "NAND_Gate", "url": ".\\static\\Simple_gates\\NAND_Gate.svg", "loc": "Simple_gates"},
{"name": "NOR Gate", "name_w": "NOR_Gate", "url": ".\\static\\Simple_gates\\NOR_Gate.svg", "loc": "Simple_gates"},
{"name": "NOT Gate", "name_w": "NOT_Gate", "url": ".\\static\\Simple_gates\\NOT_Gate.svg", "loc": "Simple_gates"},
{"name": "OR Gate", "name_w": "OR_Gate", "url": ".\\static\\Simple_gates\\OR_Gate.svg", "loc": "Simple_gates"},
{"name": "XOR Gate", "name_w": "XOR_Gate", "url": ".\\static\\Simple_gates\\XOR_Gate.svg", "loc": "Simple_gates"}
]