ominux / vtr-verilog-to-routing

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

Wire-with-no-driver causes segfault in if-statements #8

Closed GoogleCodeExporter closed 9 years ago

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

What is the expected output? What do you see instead?
Error message stating that signal 'd' is undriven.
(In any case, generated BLIF file is incorrect)

What version of the product are you using? On what operating system?
ODIN II version 0.1 (from VTR1.0rc1) under 64-bit Linux 

Please provide any additional information below.

Original issue reported on code.google.com by eddie.h...@gmail.com on 20 Jan 2012 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jeffrey....@gmail.com on 20 Jan 2012 at 12:56

GoogleCodeExporter commented 9 years ago
I added a warning message to both cases indicating that the circuitry is 
undriven. Hopefully that will be enough for most designers. The first case will 
output "unconn" for the undriven inputs. 

Original comment by andy16...@gmail.com on 20 Jan 2012 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by andy16...@gmail.com on 23 Jan 2012 at 7:28