diff options
Diffstat (limited to 'src')
-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, |