aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.adb
Commit message (Expand)AuthorAgeFilesLines
* synth-static_oper: handle mul nat uns. Fix #1179Tristan Gingold2020-04-011-0/+27
* synth: handle static sub uns/nat.Tristan Gingold2020-03-131-0/+31
* synth: handle static "-" for unsigned. For of #1087Tristan Gingold2020-01-131-0/+38
* synth: add static neg for signed.Tristan Gingold2019-12-031-0/+28
* synth: handle static mul sgn sgn.Tristan Gingold2019-11-161-0/+55
* synth: handle static mul uns uns. Fix bit order for add.Tristan Gingold2019-11-161-12/+52
* synth: handle static add uns nat.Tristan Gingold2019-11-161-0/+31
* synth: handle static add sgn int.Tristan Gingold2019-11-161-0/+36
* synth: handle static unsigned/unsigned add.Tristan Gingold2019-11-131-0/+79