forked from jbosset/innovation_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmif_gen.mif
92 lines (88 loc) · 3.04 KB
/
mif_gen.mif
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
-- Copyright (C) 1991-2016 Altera Corporation. All rights reserved.
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any output files from any of the foregoing
-- (including device programming or simulation files), and any
-- associated documentation or information are expressly subject
-- to the terms and conditions of the Altera Program License
-- Subscription Agreement, the Altera Quartus Prime License Agreement,
-- the Altera MegaCore Function License Agreement, or other
-- applicable license agreement, including, without limitation,
-- that your use is for the sole purpose of programming logic
-- devices manufactured by Altera and sold by Altera or its
-- authorized distributors. Please refer to the applicable
-- agreement for further details.
-- Quartus Prime generated Memory Initialization File (.mif)
WIDTH=16;
DEPTH=1024;
ADDRESS_RADIX=DEC;
DATA_RADIX=BIN;
CONTENT BEGIN
0 : 0000100000000000;
1 : 0000010000000000;
2 : 0000001000000000;
3 : 0000000100000000;
4 : 0000000010000000;
5 : 0000000001000000;
6 : 0000000000100000;
7 : 0000000000010000;
8 : 0000000000001000;
9 : 0000000000000110;
10 : 0000000000001000;
11 : 0000001001010000;
12 : 0000000100100000;
13 : 0000100001000000;
14 : 0000001000100000;
15 : 0000001001000010;
16 : 0000000010000000;
17 : 0000000100000000;
18 : 0000001000000000;
19 : 0000010000000000;
20 : 0000100000000000;
21 : 0001000000000010;
22 : 0010000000000000;
23 : 0100000000000000;
24 : 1000000000100000;
25 : 0000000000000001;
26 : 0000000000000010;
27 : 0000000000000100;
28 : 0000000000001000;
29 : 0000000000010000;
30 : 0000000000100000;
31 : 0000000001000000;
32 : 0000000010000000;
33 : 0000000100000000;
34 : 0000001000000000;
35 : 0000010000000000;
36 : 0000100000000000;
37 : 0001000000000000;
38 : 0010000000000000;
39 : 0100000000000000;
40 : 1000000000000000;
41 : 0000000000010000;
[42..67] : 0000000000000000;
68 : 0000000000000001;
[69..84] : 0000000000000000;
85 : 0000000000000001;
[86..101] : 0000000000000000;
102 : 0000000000000001;
[103..118] : 0000000000000000;
119 : 0000000000000001;
[120..135] : 0000000000000000;
136 : 0000000000000001;
[137..152] : 0000000000000000;
153 : 0000000000000001;
[154..169] : 0000000000000000;
170 : 0000000000000001;
[171..184] : 0000000000000000;
185 : 0000000000000001;
[186..199] : 0000000000000000;
200 : 0000000000000001;
[201..214] : 0000000000000000;
215 : 0000000000000001;
[216..229] : 0000000000000000;
230 : 0000000000000001;
[231..244] : 0000000000000000;
245 : 0000000000000001;
[246..1023] : 0000000000000000;
END;