aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index e7594295b..1611a81e1 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -50,13 +50,14 @@ enum Module_Id {
Id_Signal = 46,
Id_Isignal = 47,
Id_Output = 48,
- Id_Port = 49,
- Id_Dff = 50,
- Id_Adff = 51,
- Id_Idff = 52,
- Id_Iadff = 53,
- Id_Mdff = 54,
- Id_Midff = 55,
+ Id_Ioutput = 49,
+ Id_Port = 50,
+ Id_Dff = 52,
+ Id_Adff = 53,
+ Id_Idff = 54,
+ Id_Iadff = 55,
+ Id_Mdff = 56,
+ Id_Midff = 57,
Id_Utrunc = 64,
Id_Strunc = 65,
Id_Uextend = 66,