aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-15 19:04:11 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-15 19:04:11 +0200
commit1d5db1f18f4d6f61433f4b91961378df24e5949b (patch)
tree0cb3ccfd9d0ef8540a92044835c5a3a929180f37 /src/synth/ghdlsynth_gates.h
parent51bab442d6ef8af394e5a5c33d63b2fe6b89af37 (diff)
downloadghdl-1d5db1f18f4d6f61433f4b91961378df24e5949b.tar.gz
ghdl-1d5db1f18f4d6f61433f4b91961378df24e5949b.tar.bz2
ghdl-1d5db1f18f4d6f61433f4b91961378df24e5949b.zip
synth: handle initialized inout port. For #1312
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index 901df76ab..5b6fdad49 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -53,14 +53,15 @@ enum Module_Id {
Id_Mux2 = 46,
Id_Mux4 = 47,
Id_Pmux = 48,
- Id_Signal = 56,
- Id_Isignal = 57,
- Id_Output = 58,
- Id_Ioutput = 59,
- Id_Port = 60,
- Id_Inout = 61,
- Id_Enable = 62,
- Id_Nop = 63,
+ Id_Signal = 52,
+ Id_Isignal = 53,
+ Id_Output = 54,
+ Id_Ioutput = 55,
+ Id_Port = 56,
+ Id_Inout = 57,
+ Id_Iinout = 58,
+ Id_Enable = 59,
+ Id_Nop = 60,
Id_Dff = 64,
Id_Adff = 65,
Id_Idff = 66,
@@ -105,8 +106,9 @@ enum Module_Id {
Id_Const_X = 117,
Id_Const_Z = 118,
Id_Const_0 = 119,
- Id_Const_Bit = 120,
- Id_Const_Log = 121,
+ Id_Const_1 = 120,
+ Id_Const_Bit = 121,
+ Id_Const_Log = 122,
};
enum Param_Type {