rasmusto / vtr-verilog-to-routing

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

ODIN Usage line is incorrect #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run odin with no arguments
2.
3.

What is the expected output? What do you see instead?

I expect a correct usage, statement, but instead it says:

USAGE: odin_II.exe [-c <Configuration> | -b <BLIF> | -V <Verilog HDL>]

and it should be 

USAGE: odin_II.exe [-c <Configuration> | -b <BLIF> | ] verilogfile.v

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Jonathan...@gmail.com on 26 Nov 2012 at 7:16

GoogleCodeExporter commented 9 years ago

Original comment by Jonathan...@gmail.com on 26 Nov 2012 at 9:56

GoogleCodeExporter commented 9 years ago
Right now, odin II can run three different options. With a configure file, with 
a blif file, or with a verilog file. Therefore, I don't think this is an issue 
here.

Original comment by salihir....@gmail.com on 27 Nov 2012 at 4:10