back.verilog: remove debug code.
This commit is contained in:
parent
90f1503c91
commit
ac498414ab
|
@ -30,7 +30,6 @@ proc_clean
|
||||||
write_verilog
|
write_verilog
|
||||||
# Make sure there are no undriven wires in generated RTLIL.
|
# Make sure there are no undriven wires in generated RTLIL.
|
||||||
proc
|
proc
|
||||||
write_ilang x.il
|
|
||||||
select -assert-none w:* i:* %a %d o:* %a %ci* %d c:* %co* %a %d n:$* %d
|
select -assert-none w:* i:* %a %d o:* %a %ci* %d c:* %co* %a %d n:$* %d
|
||||||
""".format(il_text))
|
""".format(il_text))
|
||||||
if popen.returncode:
|
if popen.returncode:
|
||||||
|
|
Loading…
Reference in a new issue