From: whitequark Date: Thu, 13 Dec 2018 04:51:15 +0000 (+0000) Subject: back.verilog: detect undriven public wires using Yosys. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85b16025d35561e81cca633b6fbf6cbf0b10f333;p=nmigen.git back.verilog: detect undriven public wires using Yosys. This should never happen, and is certainly a logic bug in nMigen. --- diff --git a/nmigen/back/verilog.py b/nmigen/back/verilog.py index 90a5c2f..8ac5f1f 100644 --- a/nmigen/back/verilog.py +++ b/nmigen/back/verilog.py @@ -19,6 +19,7 @@ def convert(*args, **kwargs): stderr=subprocess.PIPE, encoding="utf-8") verilog_text, error = popen.communicate(""" +# Convert nMigen's RTLIL to readable Verilog. read_ilang <