From 00aa0cb6dc8859059b84025eb5c92da93429604a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 22 Oct 2019 07:38:25 +0200 Subject: netlists-dump: dump input net width. --- src/synth/netlists-dump.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth') diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb index f7d2f5767..7a68839a6 100644 --- a/src/synth/netlists-dump.adb +++ b/src/synth/netlists-dump.adb @@ -504,6 +504,8 @@ package body Netlists.Dump is Put ("{n"); Put_Trim (Net'Image (Drv)); + Put ('w'); + Put_Trim (Width'Image (Get_Width (Drv))); Put ('}'); Disp_Driver (Drv); -- cgit v1.2.3