From 63778e49e31ea631237bb7d9c9dadb1f965cef83 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 11 Oct 2019 18:34:49 +0200 Subject: netlists-builders: adjust names of dyn_extract ports. --- src/synth/netlists-builders.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb index d17547491..3b3184a42 100644 --- a/src/synth/netlists-builders.adb +++ b/src/synth/netlists-builders.adb @@ -218,8 +218,8 @@ package body Netlists.Builders is Id_Dyn_Extract, 2, 1, 1); Ctxt.M_Dyn_Extract := Res; Outputs := (0 => Create_Output ("o")); - Inputs := (0 => Create_Input ("i"), - 1 => Create_Input ("v")); + Inputs := (0 => Create_Input ("v"), + 1 => Create_Input ("i")); Set_Port_Desc (Res, Inputs, Outputs); Set_Param_Desc (Res, (0 => (New_Sname_Artificial (Get_Identifier ("offset")), -- cgit v1.2.3