aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-22 08:21:04 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-22 08:21:36 +0100
commite3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c (patch)
treeb9e6def1e57a6380aee8662d7db41d370874aff2 /src/synth/netlists-gates.ads
parent2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5 (diff)
downloadghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.tar.gz
ghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.tar.bz2
ghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.zip
netlists: add id_nop gate.
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index b60420c22..b7577f85c 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -172,6 +172,9 @@ package Netlists.Gates is
-- Output: 0: Q
Id_Midff : constant Module_Id := 61;
+ -- Temporary gate, O = I
+ Id_Nop : constant Module_Id := 60;
+
-- Width change: truncate or extend. Sign is know in order to possibly
-- detect loss of value.
Id_Utrunc : constant Module_Id := 64;