aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* fix gnat8 errors for libghdlsynth targetsStefan Biereigel2019-03-131-1/+0
* simul: refactoring.Tristan Gingold2019-01-111-21/+19
* simul: handle array values. Reformating.Tristan Gingold2018-12-291-83/+87
* iir_kind_selected_element: use Named_Entity for homogeneity.Tristan Gingold2018-12-181-2/+2
* Extract grt.astdio.vhdl from grt.astdio.Tristan Gingold2018-12-161-2/+2
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-3/+1
* simulate: remove use of Nam_Buffer.Tristan Gingold2018-01-201-26/+30
* simul: remove ports_map from instances (not used).Tristan Gingold2018-01-021-1/+0
* simul: adjust instance for conversion in calls.Tristan Gingold2017-12-211-5/+5
* simul: Add subprogram body in frames.Tristan Gingold2017-12-211-34/+43
* simul: add Kind_Protected instead of reusing Kind_Frame.Tristan Gingold2017-12-211-9/+15
* simul: handle protected function in association conversion.Tristan Gingold2017-12-211-18/+24
* simul: handle psl endpoints (and adjust issue45).Tristan Gingold2017-12-211-2/+4
* simul: handle selected signal assignments.Tristan Gingold2017-12-211-45/+68
* simul: create initial driver value.Tristan Gingold2017-12-211-6/+15
* simul-debugger: add run command.Tristan Gingold2017-12-201-0/+2
* simul: handle call to a function of instantiated package.Tristan Gingold2017-12-111-1/+15
* simul: handle open association in implicit procedureTristan Gingold2017-12-111-3/+14
* simul: create_subprogram_instance: handle protectedTristan Gingold2017-12-111-3/+9
* simul: Check range of the result of concat operator.Tristan Gingold2017-12-111-3/+18
* simul: handle subtype attributeTristan Gingold2017-12-111-0/+3
* simul: use same message format for failed assertion.Tristan Gingold2017-12-111-14/+13
* simul: emit proper error message for negative timeout.Tristan Gingold2017-12-111-2/+1
* simul: fix 'value for physical types.Tristan Gingold2017-12-111-1/+1
* simul: replace Get_Instance_For_Slot by Get_Instance_Object.Tristan Gingold2017-12-111-19/+13
* simul-execution: fix creation of subprogram frame for shared generic packages.Tristan Gingold2017-12-081-29/+38
* simul: fix execution of actual expression.Tristan Gingold2017-12-061-10/+30
* simul: handle unconstrained case choice.Tristan Gingold2017-12-051-1/+17
* simul: psl default clock, unaffected waveform.Tristan Gingold2017-12-051-0/+2
* simul: handle interface subprogram.Tristan Gingold2017-12-051-2/+3
* simul: handle package interface, remove iir_value_environment.Tristan Gingold2017-12-051-6/+0
* simul: handle instantiated package.Tristan Gingold2017-12-051-6/+24
* simul: add support for case generate statetement.Tristan Gingold2017-12-041-5/+4
* simul: WIP for nested packages.Tristan Gingold2017-12-041-2/+6
* simul: add iir_value_instance, remove package_instances.Tristan Gingold2017-12-031-1/+1
* simul: add global_info.Tristan Gingold2017-12-031-20/+17
* simul: refactoring: scope is now the corresponding sim_info.Tristan Gingold2017-12-031-9/+21
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-0/+4831