aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-disp_vhdl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-03 19:56:08 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-03 19:56:08 +0200
commitd1a04906a1c4c0a31a53ac653ce07d01fce6636e (patch)
treefad053f075a9a90e01a8b8e28fa626805d73a03e /src/synth/netlists-disp_vhdl.adb
parent8f711316e523cb8fb8cb994345793ab8951f9987 (diff)
downloadghdl-d1a04906a1c4c0a31a53ac653ce07d01fce6636e.tar.gz
ghdl-d1a04906a1c4c0a31a53ac653ce07d01fce6636e.tar.bz2
ghdl-d1a04906a1c4c0a31a53ac653ce07d01fce6636e.zip
netlists: rename id_memidx1 to id_memidx
Diffstat (limited to 'src/synth/netlists-disp_vhdl.adb')
-rw-r--r--src/synth/netlists-disp_vhdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 1aa362b08..883f181cf 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -586,7 +586,7 @@ package body Netlists.Disp_Vhdl is
Disp_Template (" \o0 <= ", Inst);
Disp_Extract (Inst);
Put_Line (";");
- when Id_Memidx1 =>
+ when Id_Memidx =>
declare
O : constant Net := Get_Output (Inst, 0);
Wd : constant Width := Get_Width (O);