diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-disp_dot.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_dot.adb b/src/synth/netlists-disp_dot.adb index 2633096ec..2a8a494d3 100644 --- a/src/synth/netlists-disp_dot.adb +++ b/src/synth/netlists-disp_dot.adb @@ -76,7 +76,7 @@ package body Netlists.Disp_Dot is for Idx in 1 .. Get_Nbr_Inputs (M) loop Put (" p"); Put_Uns32 (Uns32 (Idx - 1)); - Put (" [label="""); + Put (" [label=""" & "\"); Dump_Name (Get_Input_Desc (M, Idx - 1).Name); Put ("""];"); New_Line; |