diff options
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r-- | src/synth/netlists-dump.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb index 6ec87ced8..9e04570ff 100644 --- a/src/synth/netlists-dump.adb +++ b/src/synth/netlists-dump.adb @@ -419,7 +419,7 @@ package body Netlists.Dump is Put (']'); end if; - if Get_Nbr_Inputs (M) > 0 then + if Get_Nbr_Inputs (Inst) > 0 then declare First : Boolean; begin |