From 88afdcfc70b0e33ed9943155e20e96719aabccf6 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 22 Dec 2018 00:53:40 +0000 Subject: [PATCH] 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. --- nmigen/back/verilog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2