module \$__MUL18X18 (input [17:0] A, input [17:0] B, output [35:0] Y); parameter A_SIGNED = 0; parameter B_SIGNED = 0; parameter A_WIDTH = 0; parameter B_WIDTH = 0; parameter Y_WIDTH = 0; MULT18X18 _TECHMAP_REPLACE_ ( .A(A), .B(B), .P(Y) ); endmodule pe='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/bootloader.h
blob: 44775039d5b37a05252fcfa593cb855f8d67afea (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