Skip to content

Commit

Permalink
updated vsdflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalg123 committed Jun 28, 2019
1 parent b23075e commit e65e24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vsdflow.tcl
Expand Up @@ -451,9 +451,9 @@ if {$run_place_and_route == 1} {

puts "\nInfo: Post-layout STA started"
cd $OutputDirectory
catch {exec qflow backanno $DesignName >& $OutputDirectory/$DesignName.vesta.log}
file copy -force $OutputDirectory/log/post_sta.log $OutputDirectory/$DesignName.postlayout.vesta.log
file copy -force $OutputDirectory/synthesis/${DesignName}.rtlbb.v $OutputDirectory/$DesignName.final.synth.v
#catch {exec qflow backanno $DesignName >& $OutputDirectory/$DesignName.vesta.log}
#file copy -force $OutputDirectory/log/post_sta.log $OutputDirectory/$DesignName.postlayout.vesta.log
file copy -force $OutputDirectory/synthesis/${DesignName}.rtlnopwr.v $OutputDirectory/$DesignName.final.synth.v

cd $working_dir
set enable_prelayout_timing 0
Expand Down

0 comments on commit e65e24c

Please sign in to comment.