aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_expr.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: do not add info for element subtype (except for arrays).Tristan Gingold2022-04-051-1/+2
* synth: check matching bounds for concatenationTristan Gingold2022-03-111-1/+3
* synth: handle concatenation of unbounded types. Fix #1993Tristan Gingold2022-03-081-35/+16
* elab-vhdl_expr.adb(exec_name_subtype): handle indexed names. Fix #1986Tristan Gingold2022-03-021-0/+8
* synth/elab-vhdl_expr: handle slices and indexed names. Fix #1926Tristan Gingold2021-11-291-19/+11
* synth: add exec_name_subtype. Fix #1911Tristan Gingold2021-11-131-1/+47
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-0/+1402