aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-disp_vhdl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-20 20:19:04 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-20 20:19:04 +0200
commit84e4acdf3a9c817fbd0ca89d380c788ab6f58052 (patch)
tree02432e42264d71b047a14a94391a8bf972b91659 /src/synth/netlists-disp_vhdl.adb
parent27ddfe66da98ad3ea058d29730454b19045d8621 (diff)
downloadghdl-84e4acdf3a9c817fbd0ca89d380c788ab6f58052.tar.gz
ghdl-84e4acdf3a9c817fbd0ca89d380c788ab6f58052.tar.bz2
ghdl-84e4acdf3a9c817fbd0ca89d380c788ab6f58052.zip
netlist: fix minor pasto.
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 78676f5f0..54d65b7b5 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -717,7 +717,7 @@ package body Netlists.Disp_Vhdl is
& NL, Inst, (0 => Iw - 1));
else
Disp_Template
- (" \o0 <= \i1; -- reduce or" & NL, Inst);
+ (" \o0 <= \i1; -- reduce and" & NL, Inst);
end if;
end;
when Id_Assert =>