diff options
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/netlists-dump.adb | 2 |
1 files changed, 2 insertions, 0 deletions
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); |