aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: handle subtype conversions.Tristan Gingold2019-08-051-45/+98
* synth: preliminary support of integer literals.Tristan Gingold2019-08-021-12/+65
* synth: handle signed integer comparisons (#878)Pepijn de Vos2019-08-011-0/+21
* synth: add location on monadic operators.Tristan Gingold2019-07-311-7/+10
* synth: fix a crash in instantiation.Tristan Gingold2019-07-311-1/+1
* synth: slightly improve output for indexes.Tristan Gingold2019-07-301-3/+7
* synth: fixes for indexed names.Tristan Gingold2019-07-301-1/+9
* synth: rework indexed names.Tristan Gingold2019-07-301-45/+57
* synth: add support for memories.Tristan Gingold2019-07-291-79/+124
* synth: remove extract_bound (trivial).Tristan Gingold2019-07-281-7/+3
* synth: unconstrained arrays.Tristan Gingold2019-07-281-5/+8
* synth: preliminary support of dynamic indexing.Tristan Gingold2019-07-281-284/+361
* 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