-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhexaLetters.mif
134 lines (130 loc) · 3.75 KB
/
hexaLetters.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
-- Copyright (C) 1991-2013 Altera Corporation
-- 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, 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 II generated Memory Initialization File (.mif)
WIDTH=8;
DEPTH=128;
ADDRESS_RADIX=BIN;
DATA_RADIX=BIN;
CONTENT BEGIN
00000000 : 00111110;
00000001 : 01100011;
00000010 : 01110011;
00000011 : 01111011;
00000100 : 01101111;
00000101 : 01100111;
00000110 : 00111110;
00000111 : 00000000;
00001000 : 00001100;
00001001 : 00001110;
[00001010..00001101] : 00001100;
00001110 : 00111111;
00001111 : 00000000;
00010000 : 00011110;
00010001 : 00110011;
00010010 : 00110000;
00010011 : 00011100;
00010100 : 00000110;
00010101 : 00110011;
00010110 : 00111111;
00010111 : 00000000;
00011000 : 00011110;
00011001 : 00110011;
00011010 : 00110000;
00011011 : 00011100;
00011100 : 00110000;
00011101 : 00110011;
00011110 : 00011110;
00011111 : 00000000;
00100000 : 00111000;
00100001 : 00111100;
00100010 : 00110110;
00100011 : 00110011;
00100100 : 01111111;
00100101 : 00110000;
00100110 : 01111000;
00100111 : 00000000;
00101000 : 00111111;
00101001 : 00000011;
00101010 : 00011111;
[00101011..00101100] : 00110000;
00101101 : 00110011;
00101110 : 00011110;
00101111 : 00000000;
00110000 : 00011100;
00110001 : 00000110;
00110010 : 00000011;
00110011 : 00011111;
[00110100..00110101] : 00110011;
00110110 : 00011110;
00110111 : 00000000;
00111000 : 00111111;
00111001 : 00110011;
00111010 : 00110000;
00111011 : 00011000;
[00111100..00111110] : 00001100;
00111111 : 00000000;
01000000 : 00011110;
[01000001..01000010] : 00110011;
01000011 : 00011110;
[01000100..01000101] : 00110011;
01000110 : 00011110;
01000111 : 00000000;
01001000 : 00011110;
[01001001..01001010] : 00110011;
01001011 : 00111110;
01001100 : 00110000;
01001101 : 00011000;
01001110 : 00001110;
01001111 : 00000000;
01010000 : 00001100;
01010001 : 00011110;
[01010010..01010011] : 00110011;
01010100 : 00111111;
[01010101..01010110] : 00110011;
01010111 : 00000000;
01011000 : 00111111;
[01011001..01011010] : 01100110;
01011011 : 00111110;
[01011100..01011101] : 01100110;
01011110 : 00111111;
01011111 : 00000000;
01100000 : 00111100;
01100001 : 01100110;
[01100010..01100100] : 00000011;
01100101 : 01100110;
01100110 : 00111100;
01100111 : 00000000;
01101000 : 00011111;
01101001 : 00110110;
[01101010..01101100] : 01100110;
01101101 : 00110110;
01101110 : 00011111;
01101111 : 00000000;
01110000 : 01111111;
01110001 : 01000110;
01110010 : 00010110;
01110011 : 00011110;
01110100 : 00010110;
01110101 : 01000110;
01110110 : 01111111;
01110111 : 00000000;
01111000 : 01111111;
01111001 : 01000110;
01111010 : 00010110;
01111011 : 00011110;
01111100 : 00010110;
01111101 : 00000110;
01111110 : 00001111;
01111111 : 00000000;
END;