aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
Commit message (Collapse)AuthorAgeFilesLines
* synth: renaming (synth-static_oper -> synth-vhdl_eval)Tristan Gingold2022-04-271-38/+0
|
* synth: abstract code for reuse by evaluationTristan Gingold2022-04-261-1/+0
|
* synth-static_oper: fully remove dependency on synth_instanceTristan Gingold2022-04-261-4/+5
|
* synth-static_oper: do not depend on instance for static operations.Tristan Gingold2022-04-261-4/+4
| | | | Preliminary work to support evaluation
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-2/+2
|
* synth: rename synth-context to synth-vhdl_contextTristan Gingold2021-04-161-1/+1
|
* update license headersumarcor2021-02-051-5/+3
|
* synth-static_oper: predefined function call now return memtyp.Tristan Gingold2020-04-131-2/+2
|
* synth: move memtyp handling to synth.objtypes.Tristan Gingold2020-04-131-2/+2
|
* synth: use more memtyp in synth-static_oper.Tristan Gingold2020-04-101-1/+1
|
* synth: use memtyp in synth-static_oper. Fix #1181Tristan Gingold2020-04-091-2/+3
|
* synth: rework - use valtyp for expressions.Tristan Gingold2020-04-021-6/+6
|
* synth: rework static predefined function calls.Tristan Gingold2020-02-181-0/+4
|
* synth: add synth_static_monadic_predefinedTristan Gingold2019-11-301-0/+4
|
* synth: introduce synth-static_oper.Tristan Gingold2019-11-131-0/+31