-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.json
54 lines (54 loc) · 1.05 KB
/
config.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
{
"performance": {
"max_number_of_threads": "half",
"minimize_probing_sets": "aggressive",
"number_of_entries_in_report": 10
},
"simulation": {
"groups": [
"4'h$",
"4'h0"
],
"number_of_clock_cycles": 3,
"output_shares": [
"share1[3:0]",
"share2[3:0]",
"share3[3:0]"
],
"expected_output": [
"4'h$",
"4'hC"
],
"input_sequence": [
{
"signals": [
{
"name": "sboxIn1[3:0]",
"value": "group_in0[3:0]"
},
{
"name": "sboxIn2[3:0]",
"value": "group_in1[3:0]"
},
{
"name": "sboxIn3[3:0]",
"value": "group_in2[3:0]"
},
{
"name": "en",
"value": "1'b1"
}
]
}
],
"number_of_simulations": 1536000,
"number_of_simulations_per_step": 128000
},
"hardware": {
"clock_signal_name": "clk"
},
"side_channel_analysis": {
"order": 1,
"transitional_leakage": true
}
}