From f524db3f254a1acf13edd7a3bac876f0a1277bb1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Oct 2019 03:35:20 +0200 Subject: Regenerate ghdlsynth_gates.h --- src/synth/ghdlsynth_gates.h | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index 92dbf32e8..3f1afd44d 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -16,25 +16,30 @@ enum Module_Id { Id_Sub = 10, Id_Umul = 11, Id_Smul = 12, - Id_Lsl = 13, - Id_Lsr = 14, - Id_Asr = 15, - Id_Rol = 16, - Id_Ror = 17, - Id_Not = 18, - Id_Neg = 19, - Id_Eq = 21, - Id_Ne = 22, - Id_Ule = 23, - Id_Sle = 24, - Id_Ult = 25, - Id_Slt = 26, - Id_Uge = 27, - Id_Sge = 28, - Id_Ugt = 29, - Id_Sgt = 30, - Id_Red_And = 31, - Id_Red_Or = 32, + Id_Udiv = 13, + Id_Sdiv = 14, + 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_Eq = 27, + Id_Ne = 28, + Id_Ule = 29, + Id_Sle = 30, + Id_Ult = 31, + Id_Slt = 32, + Id_Uge = 33, + Id_Sge = 34, + Id_Ugt = 35, + Id_Sgt = 36, + Id_Red_And = 37, + Id_Red_Or = 38, Id_Concat2 = 40, Id_Concat3 = 41, Id_Concat4 = 42, -- cgit v1.2.3