aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-files_operations.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: refactoring (synth.files_operations -> synth.vhdl_files)Tristan Gingold2021-04-161-415/+0
* update license headersumarcor2021-02-051-5/+3
* synth: handle non-text file (add signatures).Tristan Gingold2020-05-151-6/+59
* synth: revert a previous commit: remove the En parameter.Tristan Gingold2020-05-061-5/+2
* synth: propagate enable condition to expressions. For #1273Tristan Gingold2020-05-011-2/+5
* synth: also try to open files (during synthesis) relative to current unit.Tristan Gingold2020-04-131-0/+91
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-0/+1
* synth: add value_memory and use it to store objects value.Tristan Gingold2020-04-061-9/+10
* synth: more cleanup (and use of valtyp).Tristan Gingold2020-04-021-5/+5
* synth: rework - use valtyp for expressions.Tristan Gingold2020-04-021-16/+16
* synth: improve propagation of errors.Tristan Gingold2020-03-251-4/+7
* synth: handle file_close.Tristan Gingold2020-02-271-4/+23
* synth: handle file_open.Tristan Gingold2020-02-181-0/+42
* synth: handle untruncated_text_read.Tristan Gingold2019-11-161-2/+33
* synth: add support for endfile.Tristan Gingold2019-11-131-3/+20
* synth: add support for file declarations.Tristan Gingold2019-11-131-0/+159