aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-23 06:18:48 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-23 06:18:48 +0200
commitfb6f206d29730298d68582da733cea975658679f (patch)
treef5c07d4ff0fea8810f220391b4b0ab93eb49abfe /src
parent84ee095f80d2b5547d1a24b569587e5ebb7fc6e5 (diff)
downloadghdl-fb6f206d29730298d68582da733cea975658679f.tar.gz
ghdl-fb6f206d29730298d68582da733cea975658679f.tar.bz2
ghdl-fb6f206d29730298d68582da733cea975658679f.zip
synth: Regenerate ghdlsynth_gates.h
Diffstat (limited to 'src')
-rw-r--r--src/synth/ghdlsynth_gates.h51
1 files changed, 26 insertions, 25 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index 43fc416b0..92dbf32e8 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -19,31 +19,32 @@ enum Module_Id {
Id_Lsl = 13,
Id_Lsr = 14,
Id_Asr = 15,
- Id_Buf = 16,
- Id_Not = 17,
- Id_Neg = 18,
- Id_Eq = 20,
- Id_Ne = 21,
- Id_Ule = 22,
- Id_Sle = 23,
- Id_Ult = 24,
- Id_Slt = 25,
- Id_Uge = 26,
- Id_Sge = 27,
- Id_Ugt = 28,
- Id_Sgt = 29,
- Id_Red_And = 30,
- Id_Red_Or = 31,
- Id_Concat2 = 32,
- Id_Concat3 = 33,
- Id_Concat4 = 34,
- Id_Concatn = 35,
- Id_Mux2 = 36,
- Id_Mux4 = 37,
- Id_Signal = 38,
- Id_Isignal = 39,
- Id_Output = 40,
- Id_Port = 41,
+ 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_Concat2 = 40,
+ Id_Concat3 = 41,
+ Id_Concat4 = 42,
+ Id_Concatn = 43,
+ Id_Mux2 = 44,
+ Id_Mux4 = 45,
+ Id_Signal = 46,
+ Id_Isignal = 47,
+ Id_Output = 48,
+ Id_Port = 49,
Id_Dff = 50,
Id_Adff = 51,
Id_Idff = 52,