from libghdl import libghdl from ctypes import c_int Std_Logic_1164_Pkg = c_int.in_dll( libghdl, "vhdl__ieee__std_logic_1164__std_logic_1164_pkg") # Get value Std_Logic_Type = c_int.in_dll( libghdl, "vhdl__ieee__std_logic_1164__std_logic_type") # Get value Std_Logic_Vector_Type = c_int.in_dll( libghdl, "vhdl__ieee__std_logic_1164__std_logic_vector_type") # Get value Rising_Edge = c_int.in_dll( libghdl, "vhdl__ieee__std_logic_1164__rising_edge") # Get value Falling_Edge = c_int.in_dll( libghdl, "vhdl__ieee__std_logic_1164__falling_edge") s='logo' rowspan='2'>cgit logo index : avr/qmk/firmware
[no description]
aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/led_tables.c
blob: b99f262097f8b0ce54806a40873cbfea690bf31b (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71