Skip to content

Commit cc22f54

Browse files
committed
vtr_flow: added comment
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent dec9fe9 commit cc22f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vtr_flow/scripts/run_vtr_flow.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363

364364
# Read arch XML
365365
my $tpp = XML::TreePP->new();
366-
my $xml_tree = $tpp->parsefile("$architecture_file_path");
366+
my $xml_tree = $tpp->parsefile($architecture_file_path);
367367

368368
# Get lut size if undefined
369369
if (!defined $lut_size) {
@@ -417,6 +417,8 @@
417417

418418
my $architecture_file_path_new = "$temp_dir$architecture_file_name";
419419
my $ret = `$vtr_flow_path/scripts/add_tiles.py --arch_xml $architecture_file_path > $architecture_file_path_new`;
420+
421+
# There is no need to copy the arch decription file as it is produced by the add_tiles.py script
420422
#copy( "$architecture_file_path", $architecture_file_path_new );
421423
$architecture_file_path = $architecture_file_path_new;
422424

0 commit comments

Comments
 (0)