module absval_ref(input signed [3:0] a, output [3:0] y); assign y = a[3] ? -a : a; endmodule />
aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_music.h
blob: 318b3e38759f4df97335f6df0ef10a564acba4df (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