aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-07 16:35:53 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-07 16:35:53 +0200
commitcb3468002497ab2090bef31d559e2eaf4747b90a (patch)
treed4849b2d661408cd154ca98e7cb36c6aa95e7f5e /src/synth/ghdlsynth_gates.h
parent1c29fa09e1f71e7fb389f451afab3bd2fb1264ab (diff)
downloadghdl-cb3468002497ab2090bef31d559e2eaf4747b90a.tar.gz
ghdl-cb3468002497ab2090bef31d559e2eaf4747b90a.tar.bz2
ghdl-cb3468002497ab2090bef31d559e2eaf4747b90a.zip
synth: add const_sb32, add smul/umul.
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index bef7a7d97..7eff74f93 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -14,7 +14,8 @@ enum Module_Id {
Id_Xnor = 8,
Id_Add = 9,
Id_Sub = 10,
- Id_Mul = 11,
+ Id_Umul = 11,
+ Id_Smul = 12,
Id_Buf = 13,
Id_Not = 14,
Id_Neg = 15,
@@ -51,12 +52,12 @@ enum Module_Id {
Id_Sextend = 49,
Id_Extract = 50,
Id_Dyn_Extract = 51,
- Id_Insert = 52,
Id_Dyn_Insert = 53,
Id_Edge = 55,
Id_Assert = 56,
Id_Assume = 57,
Id_Const_UB32 = 64,
+ Id_Const_SB32 = 65,
Id_Const_UL32 = 70,
Id_Const_UB64 = 66,
Id_Const_UL64 = 67,