back.verilog: remove undriven check.
This check no longer finds bugs and is prone to false positives. Instead, we should do integration tests on the entire stack, from fragments to Verilog. Fixes #23.
This commit is contained in:
parent
560bb007cc
commit
307de722cb
|
@ -29,9 +29,6 @@ proc_dff
|
|||
proc_clean
|
||||
memory_collect
|
||||
write_verilog -norename
|
||||
# Make sure there are no undriven wires in generated RTLIL.
|
||||
proc
|
||||
select -assert-none w:* i:* %a %d o:* %a %ci* %d c:* %co* %a %d n:$* %d
|
||||
""".format(il_text))
|
||||
if popen.returncode:
|
||||
raise YosysError(error.strip())
|
||||
|
|
Loading…
Reference in a new issue