ominux / vtr-verilog-to-routing

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

Odin fails when executing run_vtr_flow.pl #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I'm trying run_vtr_flow.pl script. From command line, this is what I type:

user@ubuntu:~/Documents/vtr_release/vtr_flow/scripts$ perl run_vtr_flow.pl 
../benchmarks/verilog/rng.v ../arch/timing/k6_frac_N10_40nm.xml

 And this is what I get:

k6_frac_N10_40nm/rng...failed: odin

rng.v is a verilog file of a random number generator downloaded from 
opencores.org

rng.v is attached at the end of the message.

I'm a beginner vtr and linux user, by the way I think the problem is in the 
code of rng.v... could someone help me out?

I'm running the latest version of vtr from a Lunbuntu 13.04 LTS virtual machine.

Thank you very much!!!

Original issue reported on code.google.com by giorgiod...@gmail.com on 28 Jan 2014 at 6:29

Attachments:

GoogleCodeExporter commented 9 years ago
You will need to look at the file "temp/odin.out" to see what error message 
Odin generated.  

Odin accepts a subset of the Verilog language so there will be code that you 
must massage to get a circuit through the flow.  I'm going to guess that if you 
remove "`timescale 10ns/1ns" then it should work.

Original comment by JasonKai...@gmail.com on 28 Jan 2014 at 7:44