rasmusto / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

VPR crash undetected by run_vtr_flow.pl #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If VPR crashes late in execution, it is possible that run_vtr_flow.pl believes 
that it completed successfully, and will not report an error.

run_vtr_flow.pl should be modified to check the return code of the program.  I 
thought this was already in place, so I'll have to investigate.  Alternatively, 
VPR could print a success message to the log immediately before completion, and 
the script could check for this message.

I can fix this next week.

Original issue reported on code.google.com by jeffrey....@gmail.com on 18 May 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by jeffrey....@gmail.com on 19 May 2012 at 6:01