aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: handle wire assigned to a static value. Fix #1058Tristan Gingold2019-12-291-8/+79
* synth: add static neg for signed.Tristan Gingold2019-12-031-0/+12
* synth: handle static float unary +, abs and exp. For #1044.Tristan Gingold2019-12-011-0/+7
* synth: add synth_static_monadic_predefinedTristan Gingold2019-11-301-0/+88
* synth-static_oper: add support for array array concat. Fix #1046Tristan Gingold2019-11-291-0/+26
* synth-static_oper: add +,-,* for floats. For #1044Tristan Gingold2019-11-291-2/+7
* synth-static_oper: handle floating point comparisons. Fix #1042Tristan Gingold2019-11-281-0/+19
* synth: implement static physical integer div. Fix #1032.Tristan Gingold2019-11-261-1/+2
* synth-static_oper: handle or for uns and sgn.Tristan Gingold2019-11-221-1/+3
* synth: adjust static integer division.Tristan Gingold2019-11-161-1/+2
* synth: handle static mul sgn sgn.Tristan Gingold2019-11-161-0/+19
* synth: handle static mul uns uns. Fix bit order for add.Tristan Gingold2019-11-161-0/+19
* synth: handle static add uns nat.Tristan Gingold2019-11-161-0/+18
* synth: handle static add sgn int.Tristan Gingold2019-11-161-0/+18
* synth: add some support for access types.Tristan Gingold2019-11-131-0/+7
* synth: renames Is_Const to Is_Static.Tristan Gingold2019-11-131-7/+7
* synth-static_oper: handle more operations.Tristan Gingold2019-11-131-3/+7
* synth: add support for static vector/vector or.Tristan Gingold2019-11-131-5/+8
* synth: handle static unsigned/unsigned add.Tristan Gingold2019-11-131-3/+46
* synth: introduce synth-static_oper.Tristan Gingold2019-11-131-0/+159