bug fixing in fpga_flow.pl
This commit is contained in:
parent
0c3e8bb70a
commit
a539c6a2a7
|
@ -1476,6 +1476,9 @@ sub run_vpr_route($ $ $ $ $ $ $ $ $)
|
||||||
if (($fix_chan_width > 0)||($fix_chan_width == 0)) {
|
if (($fix_chan_width > 0)||($fix_chan_width == 0)) {
|
||||||
$chan_width_opt = "-route_chan_width $fix_chan_width";
|
$chan_width_opt = "-route_chan_width $fix_chan_width";
|
||||||
}
|
}
|
||||||
|
if ("on" eq $opt_ptr->{vpr_use_tileable_route_chan_width}) {
|
||||||
|
$chan_width_opt = $chan_width_opt." --use_tileable_route_chan_width";
|
||||||
|
}
|
||||||
|
|
||||||
my ($vpr_spice_opts) = ("");
|
my ($vpr_spice_opts) = ("");
|
||||||
if (("on" eq $opt_ptr->{power})&&("on" eq $opt_ptr->{vpr_fpga_spice})) {
|
if (("on" eq $opt_ptr->{power})&&("on" eq $opt_ptr->{vpr_fpga_spice})) {
|
||||||
|
|
Loading…
Reference in New Issue