aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.adb
Commit message (Expand)AuthorAgeFilesLines
* synth-static_oper: handle and, or.Tristan Gingold2020-03-091-2/+19
* synth-static_oper: generalize "not".Tristan Gingold2020-03-091-1/+2
* synth-static_oper: handle const operands for enums.Tristan Gingold2020-03-071-3/+6
* synth: handle more physical operators. Fix #1146Tristan Gingold2020-02-291-16/+50
* synth-static_oper: handle enum inequality.Tristan Gingold2020-02-291-0/+3
* synth-static_oper: handle to_stdlogicvector_bvTristan Gingold2020-02-271-1/+20
* synth: rework static predefined function calls.Tristan Gingold2020-02-181-1/+152
* synth-static_oper: handle more division operands. Fix #1134Tristan Gingold2020-02-121-1/+2
* synth: handle null vector for vec-vec concat. Fix #1133Tristan Gingold2020-02-111-5/+9
* synth-static_oper: handle xor.Tristan Gingold2020-02-101-0/+11
* synth: handle some rotation and shifts. Fix #1077Tristan Gingold2020-01-301-0/+50
* synth-static_oper: handle array-element concatenation.Tristan Gingold2020-01-211-0/+20
* synth: add id_abs gate. For #1101Tristan Gingold2020-01-201-0/+2
* synth-static_oper: handle element/array concat.Tristan Gingold2020-01-201-0/+20
* synth: handle static "-" for unsigned. For of #1087Tristan Gingold2020-01-131-0/+19
* synth-static_oper: handle unary not for std_logic. For #1080Tristan Gingold2020-01-121-0/+5
* 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