aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-environments.adb
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-091-1/+1
| | | | (except for vhdl-scanner)
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-0/+1
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-22/+19
| | | | Global renaming.
* vhdl: decouple annotations from environments.Tristan Gingold2019-06-191-0/+1
|
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-11/+10
|
* simul: refactoring.Tristan Gingold2019-01-111-4/+10
|
* simul-debugger: improve info signals.Tristan Gingold2017-12-211-14/+22
|
* simul: handle package interface, remove iir_value_environment.Tristan Gingold2017-12-051-32/+7
|
* simul: add iir_value_instance, remove package_instances.Tristan Gingold2017-12-031-2/+25
|
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-0/+1127