aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-debugger.adb
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
* vhdl: move annotations from simul to vhdl.Tristan Gingold2019-06-291-1/+1
* vhdl: differenciate block and line comments.Tristan Gingold2019-05-301-3/+3
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-1/+0
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: renames iirs_walk to vhdl-nodes_walkTristan Gingold2019-05-081-1/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-2/+2
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-7/+7
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-051-2/+2
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-3/+3
* vhdl: move parse package as vhdl child.Tristan Gingold2019-05-041-3/+4
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-5/+5
* Extract grt.astdio.vhdl from grt.astdio.Tristan Gingold2018-12-161-0/+1
* files_map: renaming for consistency.Tristan Gingold2018-12-141-2/+2
* simul-debugger: improve info signals.Tristan Gingold2017-12-211-45/+147
* simul-debugger: add run command.Tristan Gingold2017-12-201-5/+39
* simul-debugger: add debug_upblock.Tristan Gingold2017-12-111-0/+18
* simul-debugger: add debug_bt (internal debugging procedure).Tristan Gingold2017-12-081-0/+12
* simul: handle package interface, remove iir_value_environment.Tristan Gingold2017-12-051-2/+1
* simul: add iir_value_instance, remove package_instances.Tristan Gingold2017-12-031-6/+8
* simul: Remove scope_type (unused).Tristan Gingold2017-12-031-1/+0
* simul: refactoring: scope is now the corresponding sim_info.Tristan Gingold2017-12-031-1/+1
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-0/+2283