forked from malejo97/iDMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.json
126 lines (126 loc) · 4.44 KB
/
jobs.json
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
{
"backend" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "backend/man_simple.txt",
"same_dst_simple" : "backend/man_same_dst_simple.txt",
"huge" : "backend/man_huge.txt",
"large" : "backend/man_large.txt",
"medium" : "backend/man_medium.txt",
"mixed" : "backend/man_mixed.txt",
"small" : "backend/man_small.txt",
"tiny" : "backend/man_tiny.txt",
"error_simple" : "backend/man_error_simple.txt",
"error_mixed" : "backend/man_error_mixed.txt",
"zero_transfer" : "backend/man_zero_transfer.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_backend",
"synth_top" : "idma_backend_synth",
"overrides" : {
}
},
"backend-occamy" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "backend-occamy/man_simple.txt",
"huge" : "backend-occamy/man_huge.txt",
"large" : "backend-occamy/man_large.txt",
"medium" : "backend-occamy/man_medium.txt",
"mixed" : "backend-occamy/man_mixed.txt",
"small" : "backend-occamy/man_small.txt",
"tiny" : "backend-occamy/man_tiny.txt",
"error_simple" : "backend-occamy/man_error_simple.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_backend",
"synth_top" : "idma_backend_synth",
"overrides" : {
"NumAxInFlight" : 16,
"DataWidth" : 512,
"AddrWidth" : 64,
"TFLenWidth" : 64
}
},
"tiny-dma" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "tiny-dma/man_simple.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_backend",
"synth_top" : "idma_backend_synth",
"overrides" : {
"DataWidth" : 32,
"AddrWidth" : 20,
"UserWidth" : 1,
"AxiIdWidth" : 1,
"NumAxInFlight" : 2,
"BufferDepth" : 2,
"TFLenWidth" : 12,
"MemSysDepth" : 0,
"MaskInvalidData" : 0,
"RAWCouplingAvail" : 0,
"HardwareLegalizer" : 0,
"RejectZeroTransfers" : 0,
"ErrorHandling" : 0
}
},
"lite-backend" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "backend/man_simple.txt",
"same_dst_simple" : "backend/man_same_dst_simple.txt",
"huge" : "backend/man_huge.txt",
"large" : "backend/man_large.txt",
"medium" : "backend/man_medium.txt",
"mixed" : "backend/man_mixed.txt",
"small" : "backend/man_small.txt",
"tiny" : "backend/man_tiny.txt",
"error_simple" : "backend/man_error_simple.txt",
"error_mixed" : "backend/man_error_mixed.txt",
"zero_transfer" : "backend/man_zero_transfer.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_lite_backend",
"synth_top" : "idma_lite_backend_synth",
"overrides" : {
}
},
"obi-backend" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "backend/man_simple.txt",
"same_dst_simple" : "backend/man_same_dst_simple.txt",
"huge" : "backend/man_huge.txt",
"large" : "backend/man_large.txt",
"medium" : "backend/man_medium.txt",
"mixed" : "backend/man_mixed.txt",
"small" : "backend/man_small.txt",
"tiny" : "backend/man_tiny.txt",
"zero_transfer" : "backend/man_zero_transfer.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_obi_backend",
"synth_top" : "idma_obi_backend_synth",
"overrides" : {
}
},
"4d-ext" : {
"seed" : 1336,
"man_jobs" : {
"simple" : "4d-ext/man_simple.txt"
},
"gen_jobs" : {
},
"testbench" : "tb_idma_nd_backend",
"synth_top" : "idma_nd_backend_synth",
"overrides" : {
}
}
}