-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhalfTestCases.mif
50 lines (46 loc) · 2.14 KB
/
halfTestCases.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
-- 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=32;
DEPTH=4096;
ADDRESS_RADIX=DEC;
DATA_RADIX=BIN;
CONTENT BEGIN
0 : 00000000000000000000000000000000;
1 : 00101000010000001111111111111111;
2 : 00000000100000100000011110010000;
3 : 00101000110001000111111111111111;
4 : 00101001000000000000000000000001;
5 : 00000001100000100100000000000000;
6 : 00000001110010000000111110010000;
7 : 00000010010000100100000000000100;
8 : 00000010100000100010000000001000;
9 : 00000011000000100010000000001100;
10 : 00101101000000000000000000000010;
11 : 00000101010010010100000000000000;
12 : 00000101101010000100000000000100;
13 : 00000101111011010101000000001000;
14 : 00000110001010010111000000001100;
15 : 00000110011011100000000010010000;
16 : 00000110101100100000000010010100;
17 : 00111001000000000000000000000001;
18 : 00111101000000000000000000000010;
19 : 00101110110000000000000111001000;
20 : 00111000011101100000000000000000;
21 : 01000111000000000000000000000001;
22 : 01000111010000000000000000000010;
23 : 01000100111101100000000000000000;
[24..4095] : 00000000000000000000000000000000;
END;