From: whitequark Date: Sat, 22 Dec 2018 00:53:40 +0000 (+0000) Subject: back.verilog: do not rename internal signals. X-Git-Tag: working~150 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ee80408bbb5449d4a176c187ab895d4e4f5e054;p=nmigen.git back.verilog: do not rename internal signals. _0_ is not really any better than \$13, and the latter at least has continuity between nMigen, RTLIL and Verilog. --- diff --git a/nmigen/back/verilog.py b/nmigen/back/verilog.py index 5c8e08d..249075d 100644 --- a/nmigen/back/verilog.py +++ b/nmigen/back/verilog.py @@ -28,7 +28,7 @@ proc_arst proc_dff proc_clean memory_collect -write_verilog +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