From 9aeab4488aef1a576d648ce2a14d3bc3a893f1e6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 30 Sep 2019 20:58:09 +0200 Subject: synth: improve support of * and /. Fix #953 --- src/synth/netlists-gates.ads | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/synth/netlists-gates.ads') diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index 44afec700..f45313e10 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -35,8 +35,10 @@ package Netlists.Gates is Id_Sub : constant Module_Id := 10; Id_Umul : constant Module_Id := 11; Id_Smul : constant Module_Id := 12; - Id_Umod : constant Module_Id := 13; - Id_Smod : constant Module_Id := 14; + Id_Udiv : constant Module_Id := 13; + Id_Sdiv : constant Module_Id := 14; + Id_Umod : constant Module_Id := 15; + Id_Smod : constant Module_Id := 16; subtype Dyadic_Module_Id is Module_Id range Id_And .. Id_Smod; -- cgit v1.2.3