Displaying 4 results from an estimated 4 matches for "rr_graph".
Did you mean:
rr_graph2
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...-Dflag1 -Dflag2 -O2 -o spec_go aaa.c bbb.c ... nnn.c -lm>
and then
<./spec_go param_1 param_2 ...>
For instance, in SPEC2000 175.vpr, we have:
1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c
read_netlist.c read_arch.c place.c route.c draw.c graphics.c stats.c
segment_stats.c rr_graph.c rr_graph2.c rr_graph_sbox.c rr_graph_util.c
rr_graph_timing_params.c rr_graph_area.c check_rr_graph.c check_route.c
hash.c read_place.c -lm
2) ./spec_vpr net.in arch.in place.out dum.out -nodisp -place_only
-init_t 5 -exit_t 0.005 -alpha_t 0.9412 -inner_num 2
I am particularly interested in t...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...gt;> and then
>> <./spec_go param_1 param_2 ...>
>>
>> For instance, in SPEC2000 175.vpr, we have:
>> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c
>> read_netlist.c read_arch.c place.c route.c draw.c graphics.c stats.c
>> segment_stats.c rr_graph.c rr_graph2.c rr_graph_sbox.c
>> rr_graph_util.c rr_graph_timing_params.c rr_graph_area.c
>> check_rr_graph.c check_route.c hash.c read_place.c -lm
>> 2) ./spec_vpr net.in arch.in place.out dum.out -nodisp -place_only
>> -init_t 5 -exit_t 0.005 -alpha_t 0.9412 -inner_num...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
....c bbb.c ... nnn.c -lm>
> and then
> <./spec_go param_1 param_2 ...>
>
> For instance, in SPEC2000 175.vpr, we have:
> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c read_netlist.c
> read_arch.c place.c route.c draw.c graphics.c stats.c segment_stats.c
> rr_graph.c rr_graph2.c rr_graph_sbox.c rr_graph_util.c
> rr_graph_timing_params.c rr_graph_area.c check_rr_graph.c check_route.c
> hash.c read_place.c -lm
> 2) ./spec_vpr net.in arch.in place.out dum.out -nodisp -place_only -init_t 5
> -exit_t 0.005 -alpha_t 0.9412 -inner_num 2
>
> I am...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...> <./spec_go param_1 param_2 ...>
>>>
>>> For instance, in SPEC2000 175.vpr, we have:
>>> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c read_netlist.c
>>> read_arch.c place.c route.c draw.c graphics.c stats.c segment_stats.c
>>> rr_graph.c rr_graph2.c rr_graph_sbox.c rr_graph_util.c
>>> rr_graph_timing_params.c rr_graph_area.c check_rr_graph.c check_route.c
>>> hash.c read_place.c -lm
>>> 2) ./spec_vpr net.in arch.in place.out dum.out -nodisp -place_only -init_t
>>> 5 -exit_t 0.005 -alpha_t 0....