ckeh / vtr-verilog-to-routing

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

ODIN II : Cannot open file:dsp_block.v #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./odin_II.exee -V dsp_block.v
2.
3.

What is the expected output? What do you see instead?
I placed the verilog file in the /ODIN_II/SANDBOX 
ERROR: cannot open file: dsp_block.v
I have also not been able to convert the already existing files such as 
full_adder.v and second.v through ODIN
Same error occurs after the usual " Welcome to ODIN II......."

What version of the product are you using? On what operating system?
Ubuntu and latest version of VTR

Please provide any additional information below.

Original issue reported on code.google.com by david.dh...@gmail.com on 3 Jul 2013 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
Hi David,
    odin will expect to see the verilog file in the same directory as the executable if you do not specify the path. In your case, you should be running "./odin-ii.exe -V ./SANDBOX/dsp_block.v".

Original comment by kenneth....@gmail.com on 3 Jul 2013 at 1:10