diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-23 06:50:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-23 06:50:05 +0100 |
commit | 406323c01cd9263016a118106ea5a7c8e9cbe8ae (patch) | |
tree | 41c1a64549f4fe0cdcb6a68a8230fa1838b1c9a1 /src/synth | |
parent | e1e293701bb457af7bffc2e18a890cf552599144 (diff) | |
download | ghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.tar.gz ghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.tar.bz2 ghdl-406323c01cd9263016a118106ea5a7c8e9cbe8ae.zip |
testsuite/synth: add a test for #1166
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 1 |
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, |