aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.adb
Commit message (Expand)AuthorAgeFilesLines
* synth-vhdl_expr: add an hook to get the value of a signalTristan Gingold2022-05-121-0/+3
* synth: avoid a crash after an errorTristan Gingold2022-04-291-0/+15
* synth: do not add info for element subtype (except for arrays).Tristan Gingold2022-04-051-1/+2
* synth-vhdl_expr: minor refactoring - add commentsTristan Gingold2022-03-201-16/+34
* synth-vhdl_expr(value2logvec): fix vlen handling. Fix #2013Tristan Gingold2022-03-201-7/+13
* synth: handle concatenation of unbounded types. Fix #1993Tristan Gingold2022-03-081-44/+0
* synth: properly propagate bound errors. Fix #1972Tristan Gingold2022-02-171-11/+28
* synth-vhdl_expr: emit an error if use of a signal during elaboration. Fix #1920Tristan Gingold2021-11-211-0/+7
* synth: Support alias declarations in vunittmeissner2021-11-021-1/+3
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-236/+48
* synth-vhdl_expr.adb: handle more dynamic slice cases. Fix #1886Tristan Gingold2021-10-101-42/+74
* synth-vhdl_expr: fix handling of negative factor in slice. For #1886Tristan Gingold2021-10-091-25/+61
* synth: improve result of is_positiveTristan Gingold2021-08-291-3/+5
* vhdl: remove iir_kind_anonymous_signal_declaration (now unused)Tristan Gingold2021-08-241-3/+0
* synth-vhdl_expr: adjust width of memidx for indexed names.Tristan Gingold2021-06-211-1/+1
* synth: file renaming for decls, expr, insts and stmts.Tristan Gingold2021-04-281-0/+2572