module muliply (a,product); input [3:0] a; output [4:0] product; wire [4:0] product; assign product = a << 1; endmodule ref='http://openwrt.panaceas.org/cgit/avr/qmk/firmware/atom/quantum/visualizer/visualizer_keyframes.h?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/visualizer/visualizer_keyframes.h
blob: 9ef7653c5e4424def9a38eff22959f0cc71c06fe (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