rasmusto / vtr-verilog-to-routing

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

Enable STDOUT output for run_vtr_flow.pl #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using run_vtr_flow.pl, please add an option to put all the output to 
STDOUT in addition to temp/*.out files.

I'm using version 7.0. I'm trying to integrate VTR 7.0 into EDA Playground. 
Currently EDA Playground can only display STDOUT output.

As I workaround, I commented out the following line:
open( STDOUT, "> $_[1]" );
and added "-vpr_route_chan_width 100" to my run.

Original issue reported on code.google.com by victor.l...@gmail.com on 23 Nov 2013 at 9:12

GoogleCodeExporter commented 9 years ago
Agreed that putting info to STDOUT can be useful.  I'm leaning towards adding a 
flag to the run_vtr_flow.pl script that optionally puts output to stdout.  

I am currently occupied with higher priority items involving packing.  Will get 
to this probably in a month or two.

Original comment by JasonKai...@gmail.com on 24 Nov 2013 at 3:19