aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.adb
Commit message (Collapse)AuthorAgeFilesLines
...
* synth-vhdl_expr: do not abort on array subtype conversionTristan Gingold2022-06-041-0/+3
|
* synth-vhdl_eval: handle more operationsTristan Gingold2022-05-291-1/+1
|
* synth-vhdl_oper: add hook for falling edge, handle aliases.Tristan Gingold2022-05-291-3/+8
|
* elab-vhdl_objtypes: use value_offsets for record elements offset.Tristan Gingold2022-05-241-6/+7
|
* synth: use same elements for unbounded arrays and vectorsTristan Gingold2022-05-221-2/+3
|
* synth: merge value for type_vector and type_arrayTristan Gingold2022-05-221-1/+1
|
* synth: use unidimentional arrays in type_acc. Factorize code.Tristan Gingold2022-05-221-345/+103
|
* synth-vhdl_expr: avoid a memocy copyTristan Gingold2022-05-211-3/+7
|
* 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
| | | | Fix #2021
* 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
| | | | And add comments
* 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
| | | | In general the width of memidx is ignored, but it's better to correctly set it
* synth: file renaming for decls, expr, insts and stmts.Tristan Gingold2021-04-281-0/+2572