aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-23 06:50:05 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-23 06:50:05 +0100
commit406323c01cd9263016a118106ea5a7c8e9cbe8ae (patch)
tree41c1a64549f4fe0cdcb6a68a8230fa1838b1c9a1 /src/synth/ghdlsynth_gates.h
parente1e293701bb457af7bffc2e18a890cf552599144 (diff)
downloadghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.tar.gz
ghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.tar.bz2
ghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.zip
testsuite/synth: add a test for #1166
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 77c8c3a69..90ea283e8 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -56,6 +56,7 @@ enum Module_Id {
Id_Output = 50,
Id_Ioutput = 51,
Id_Port = 52,
+ Id_Inout = 53,
Id_Dff = 56,
Id_Adff = 57,
Id_Idff = 58,