diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-07-01 18:21:00 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-07-01 18:21:00 +0200 |
commit | eb67d2a153da0aef6fa5f56f47bbb72ca29ddff5 (patch) | |
tree | 868a2f4cadbfe2b66f955228967ff3df1da54436 /src | |
parent | 5e0504706780c0a803382b2722f30ef790d106b3 (diff) | |
download | ghdl-eb67d2a153da0aef6fa5f56f47bbb72ca29ddff5.tar.gz ghdl-eb67d2a153da0aef6fa5f56f47bbb72ca29ddff5.tar.bz2 ghdl-eb67d2a153da0aef6fa5f56f47bbb72ca29ddff5.zip |
netlists: fix pasto in builders.
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-builders.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb index 462402948..bc5e4aa68 100644 --- a/src/synth/netlists-builders.adb +++ b/src/synth/netlists-builders.adb @@ -191,7 +191,7 @@ package body Netlists.Builders is begin Res := New_User_Module (Ctxt.Design, New_Sname_Artificial (Get_Identifier ("insert")), - Id_Extract, 2, 1, 1); + Id_Insert, 2, 1, 1); Ctxt.M_Insert := Res; Outputs := (0 => Create_Output ("o")); Inputs := (0 => Create_Input ("i"), |