aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
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/ghdlsynth_gates.h
parent2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5 (diff)
downloadghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.tar.gz
ghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.tar.bz2
ghdl-e3bac06b441a7e5b95b0a0f662c5e0fce8f57d3c.zip
netlists: add id_nop gate.
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index adc1e87b9..77c8c3a69 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -62,6 +62,7 @@ enum Module_Id {
Id_Iadff = 59,
Id_Mdff = 60,
Id_Midff = 61,
+ Id_Nop = 60,
Id_Utrunc = 64,
Id_Strunc = 65,
Id_Uextend = 66,