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 6530f300b..b215f9793 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -21,13 +21,14 @@ enum Module_Id {
Id_Umod = 15,
Id_Smod = 16,
Id_Srem = 17,
- Id_Lsl = 20,
- Id_Lsr = 21,
- Id_Asr = 22,
- Id_Rol = 23,
- Id_Ror = 24,
- Id_Not = 25,
- Id_Neg = 26,
+ Id_Not = 18,
+ Id_Neg = 19,
+ Id_Abs = 20,
+ Id_Lsl = 22,
+ Id_Lsr = 23,
+ Id_Asr = 24,
+ Id_Rol = 25,
+ Id_Ror = 26,
Id_Eq = 27,
Id_Ne = 28,
Id_Ule = 29,