diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-07-02 19:01:41 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-07-02 19:01:41 +0200 |
commit | e1383a2b110a43810f20d1d0b53569a1565f807b (patch) | |
tree | 6dbb544319a7d90e588509a0b58d90cd4e7aa84a /src/synth | |
parent | 471dca97bbed109b66c39e01b81b29c67e708cf9 (diff) | |
download | ghdl-e1383a2b110a43810f20d1d0b53569a1565f807b.tar.gz ghdl-e1383a2b110a43810f20d1d0b53569a1565f807b.tar.bz2 ghdl-e1383a2b110a43810f20d1d0b53569a1565f807b.zip |
ghdlsynth_gates.h: rebuild.
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index b101ce691..f80c53cc2 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -1,3 +1,5 @@ +/* DO NOT MODIFY + This file is automatically generated by Makefile. */ enum Module_Id { Id_None = 0, Id_Free = 1, @@ -20,35 +22,37 @@ enum Module_Id { Id_Ne = 17, Id_Ule = 18, Id_Sle = 19, - Id_Ult = 18, - Id_Slt = 19, - Id_Uge = 18, - Id_Sge = 19, - Id_Ugt = 18, - Id_Sgt = 19, - Id_Red_And = 20, - Id_Red_Or = 21, - Id_Concat2 = 22, - Id_Concat3 = 23, - Id_Concat4 = 24, - Id_Split2 = 25, - Id_Split3 = 26, - Id_Mux2 = 27, - Id_Mux4 = 28, - Id_Signal = 29, - Id_Isignal = 30, - Id_Output = 31, - Id_Dff = 32, - Id_Adff = 33, - Id_Idff = 34, - Id_Iadff = 35, - Id_Utrunc = 40, - Id_Strunc = 41, - Id_Uextend = 42, - Id_Sextend = 43, - Id_Extract = 44, - Id_Posedge = 50, - Id_Negedge = 51, + Id_Ult = 20, + Id_Slt = 21, + Id_Uge = 22, + Id_Sge = 23, + Id_Ugt = 24, + Id_Sgt = 25, + Id_Red_And = 26, + Id_Red_Or = 27, + Id_Concat2 = 28, + Id_Concat3 = 29, + Id_Concat4 = 30, + Id_Split2 = 31, + Id_Split3 = 32, + Id_Mux2 = 33, + Id_Mux4 = 34, + Id_Signal = 35, + Id_Isignal = 36, + Id_Output = 37, + Id_Dff = 38, + Id_Adff = 39, + Id_Idff = 40, + Id_Iadff = 41, + Id_Utrunc = 42, + Id_Strunc = 43, + Id_Uextend = 44, + Id_Sextend = 45, + Id_Extract = 46, + Id_Dyn_Extract = 47, + Id_Insert = 48, + Id_Dyn_Insert = 49, + Id_Edge = 50, Id_Const_UB32 = 56, Id_Const_SB32 = 57, Id_Const_UB64 = 58, |