aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: rework range.Tristan Gingold2019-07-261-1/+44
* synth: handle array aggregate.Tristan Gingold2019-07-261-26/+31
* synth: array inequality, integer in choices.Tristan Gingold2019-07-251-0/+7
* vhdl+synth: recognize /= to std_logic_unsigned.Tristan Gingold2019-07-251-0/+3
* synth: save and display locations for instances.Tristan Gingold2019-07-251-64/+116
* synth: do not consider (unrecognized) ieee functions as user functions.Tristan Gingold2019-07-241-0/+19
* synth: handle resize.Tristan Gingold2019-07-241-0/+15
* synth: add more operators.Tristan Gingold2019-07-231-1/+34
* synth: fix to_unsigned.Tristan Gingold2019-07-231-2/+2
* synth: add and merge phi within a function.Tristan Gingold2019-07-201-0/+5
* synth: fix aggregate vectorize direction.Tristan Gingold2019-07-201-5/+5
* synth: add > and >= operators (#870)Pepijn de Vos2019-07-161-2/+15
* synth: handle choices by range in aggregates.Tristan Gingold2019-07-151-5/+16
* synth: handle anonymous signals.Tristan Gingold2019-07-141-0/+3
* synth: handle simple user function calls.Tristan Gingold2019-07-061-15/+60
* synth: support top-level generics.Tristan Gingold2019-07-061-0/+8
* synth: handle some "/=".Tristan Gingold2019-07-041-0/+3
* synth: handle PSL restrict directive (WIP).Tristan Gingold2019-07-041-1/+2
* synth: add concat_array function.Tristan Gingold2019-07-041-36/+44
* synth: emit an error for non-constant bounds.Tristan Gingold2019-07-041-0/+4
* synth-expr: remove useless code.Tristan Gingold2019-07-021-5/+1
* synth: destroy iterator after for-loop.Tristan Gingold2019-07-011-0/+2
* synth: improve handling of dynamic slices, add aTristan Gingold2019-07-011-3/+30
* synth: add dyn_insert module.Tristan Gingold2019-07-011-9/+9
* synth: add types_utils package.Tristan Gingold2019-07-011-3/+1
* synth: handle for-loop statements.Tristan Gingold2019-07-011-1/+2
* synth: handle more concat.Tristan Gingold2019-06-301-0/+19
* synth: handle more comparisons.Tristan Gingold2019-06-301-11/+29
* synth: handle std_logic_unsigned."+"Tristan Gingold2019-06-301-1/+2
* synth: handle "=" from std_logic_unsigned.Tristan Gingold2019-06-291-1/+2
* vhdl: move annotations from simul to vhdl.Tristan Gingold2019-06-291-1/+1
* synth: disp_vhdl: merge literals.Tristan Gingold2019-06-281-0/+7
* synth: Move get_input_net to netlists.utils.Tristan Gingold2019-06-281-0/+1
* synth: handle some functions from math_real.Tristan Gingold2019-06-281-1/+43
* synth: add get_input_net helper.Tristan Gingold2019-06-281-7/+7
* synth: add syn_extract for dynamic slices.Tristan Gingold2019-06-281-54/+205
* synth: handle slice assignment.Tristan Gingold2019-06-251-31/+32
* synth: add insert gate.Tristan Gingold2019-06-241-16/+23
* synth: handle more operators.Tristan Gingold2019-06-231-4/+15
* synth: remove unused Value_Logic.Tristan Gingold2019-06-231-13/+5
* synth: handle ult comparison.Tristan Gingold2019-06-231-28/+36
* synth: handle more predefined functions.Tristan Gingold2019-06-231-3/+74
* synth-expr: clarify error message.Tristan Gingold2019-06-201-2/+7
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-254/+450
* synth-expr: use Node instead of Iir (renaming).Tristan Gingold2019-06-131-32/+32
* synth-expr: handle choice_by_expression in aggregates.Tristan Gingold2019-06-121-3/+30
* synth: handle enumerated types.Tristan Gingold2019-06-121-9/+12
* synth-expr: resize for uns-uns operations.Tristan Gingold2019-06-121-18/+28
* synth: support conditional signal assignments.Tristan Gingold2019-06-081-0/+6
* synth: handle integer +/- for constants.Tristan Gingold2019-06-081-21/+37