shenpeifu / vtr-verilog-to-routing

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

run_vtr_flow.pl problem #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I'm on Lubuntu 13.04 LTS

I'm following the steps reported on the Wiki in order to run a single 
benchmark. When I launch from terminal, as written, "run_vtr_flow.pl 
<circuit_file> <architecture_file>"  I got the following from terminal:  
run_vtr_flow.pl: command not found

what should I do? Thank you

Original issue reported on code.google.com by giorgiod...@gmail.com on 19 Jan 2014 at 3:57

GoogleCodeExporter commented 9 years ago
Sounds like a problem with executable permissions.  Try entering "perl 
run_vtr_flow.pl".  If that works, then that means that executable permissions 
were removed for some odd reason, which can be easily fixed with "chmod u+x 
*.pl".  

Let me know if that helps.

Original comment by JasonKai...@gmail.com on 19 Jan 2014 at 5:05

GoogleCodeExporter commented 9 years ago
Thank you very much, now it works fine!!!

Original comment by giorgiod...@gmail.com on 19 Jan 2014 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by JasonKai...@gmail.com on 19 Jan 2014 at 5:15