-
Notifications
You must be signed in to change notification settings - Fork 3
/
long_run.json
52 lines (52 loc) · 1.51 KB
/
long_run.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
{
"BENCHMARKS": {
"LU8PEEng": {
"design":"RTL_Benchmark/Verilog/VTR_design/LU8PEEng/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "clk"
}
},
"CH_DFSIN": {
"design":"RTL_Benchmark/Verilog/ql_design/CH_DFSIN/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "clk"
}
},
"LU32PEEng": {
"design":"RTL_Benchmark/Verilog/ql_design/LU32PEEng/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "i_clk"
}
},
"mcml": {
"design":"RTL_Benchmark/Verilog/ql_design/mcml/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "clk"
}
},
"sctag": {
"design":"RTL_Benchmark/Verilog/ql_design/sctag/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "cmp_gclk"
}
},
"smithwaterman": {
"design":"RTL_Benchmark/Verilog/ql_design/smithwaterman/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "ap_clk"
}
},
"stereovision2": {
"design":"RTL_Benchmark/Verilog/ql_design/stereovision2/wrapper_rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "tm3_clk_v0"
}
},
"syn2": {
"design":"RTL_Benchmark/Verilog/ql_design/syn2/rtl/config.tcl",
"CLOCK_DATA": {
"Clock1": "clock"
}
}
}
}