aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-19 08:48:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-19 08:48:38 +0200
commita5f7ddf81a2aa5d70fdeedf08e1652a7f54addfb (patch)
treeefa0dfdd689920a810dae693c5ee1882c6738ffb /src
parent665ee07eb14cf2c238b8de181cf745ac700cf47d (diff)
downloadghdl-a5f7ddf81a2aa5d70fdeedf08e1652a7f54addfb.tar.gz
ghdl-a5f7ddf81a2aa5d70fdeedf08e1652a7f54addfb.tar.bz2
ghdl-a5f7ddf81a2aa5d70fdeedf08e1652a7f54addfb.zip
synth-oper: handle sub uns/log.
Diffstat (limited to 'src')
-rw-r--r--src/synth/synth-oper.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-oper.adb b/src/synth/synth-oper.adb
index e63baebe8..e571beff9 100644
--- a/src/synth/synth-oper.adb
+++ b/src/synth/synth-oper.adb
@@ -911,6 +911,7 @@ package body Synth.Oper is
-- "-" (Unsigned, Natural)
return Synth_Dyadic_Uns_Nat (Ctxt, Id_Sub, Left, Right, Expr);
when Iir_Predefined_Ieee_Numeric_Std_Sub_Uns_Uns
+ | Iir_Predefined_Ieee_Numeric_Std_Sub_Uns_Log
| Iir_Predefined_Ieee_Numeric_Std_Sub_Sgn_Log
| Iir_Predefined_Ieee_Numeric_Std_Sub_Log_Sgn
| Iir_Predefined_Ieee_Std_Logic_Unsigned_Sub_Slv_Slv