| Commit message (Expand) | Author | Age | Files | Lines |
* | elab-vhdl_debug: handle package in subprograms | Tristan Gingold | 2023-02-04 | 1 | -0/+13 |
* | elab-debugger: improve current context for print command | Tristan Gingold | 2023-01-30 | 1 | -2/+8 |
* | elab-vhdl_debug: avoid a crash for lh | Tristan Gingold | 2023-01-30 | 1 | -0/+3 |
* | synth: represent access types as pointers in memory | Tristan Gingold | 2023-01-29 | 1 | -5/+11 |
* | elab-vhdl_debug: add 'info lib' and 'info units' | Tristan Gingold | 2023-01-21 | 1 | -0/+78 |
* | elab-vhdl_debug: disp generate block declarations | Tristan Gingold | 2023-01-20 | 1 | -2/+4 |
* | elab-vhdl_debug: disp process declarations | Tristan Gingold | 2023-01-20 | 1 | -0/+10 |
* | elab-vhdl_debug: add option /t to print result type | Tristan Gingold | 2023-01-14 | 1 | -5/+6 |
* | synth: improve support of PSL endpoints | Tristan Gingold | 2023-01-11 | 1 | -1/+2 |
* | simul: improve support of psl in debugger | Tristan Gingold | 2023-01-11 | 1 | -0/+3 |
* | elab-vhdl_debug: makes work and std visible | Tristan Gingold | 2023-01-05 | 1 | -4/+17 |
* | elab-vhdl_debug: avoid a crash on error in print | Tristan Gingold | 2023-01-04 | 1 | -5/+9 |
* | elab-vhdl_debug: handle protected type body, nested packages | Tristan Gingold | 2023-01-04 | 1 | -5/+11 |
* | elab-vhdl_debug: add pheap command, improve access display | Tristan Gingold | 2023-01-04 | 1 | -1/+32 |
* | synth: introduce type_array_unbounded | Tristan Gingold | 2023-01-03 | 1 | -0/+3 |
* | synth: add statement in context, adjust path/instance name attributes | Tristan Gingold | 2022-12-31 | 1 | -1/+3 |
* | synth: add value_sig_val to handle individual signal associations | Tristan Gingold | 2022-12-26 | 1 | -0/+2 |
* | simul: improve debugger (display of signals value) | Tristan Gingold | 2022-10-06 | 1 | -11/+39 |
* | synth: rename vhdl.annotations to elab.vhdl_annotations | Tristan Gingold | 2022-09-19 | 1 | -2/+2 |
* | synth: use areapools | Tristan Gingold | 2022-09-02 | 1 | -4/+2 |
* | synth: factorize code for tracing statements execution | Tristan Gingold | 2022-09-02 | 1 | -0/+12 |
* | synth/elab-vhdl_values: add Value_Terminal | Tristan Gingold | 2022-07-25 | 1 | -0/+2 |
* | elab-vhdl_debug: handle signals in packages | Tristan Gingold | 2022-07-20 | 1 | -2/+8 |
* | elab-vhdl_debug: disp fp64 values | Tristan Gingold | 2022-07-20 | 1 | -1/+1 |
* | elab-vhdl_values: add Create_Value_Quantity | Tristan Gingold | 2022-07-16 | 1 | -0/+2 |
* | elab-vhdl_debug: add print command | Tristan Gingold | 2022-06-04 | 1 | -1/+296 |
* | synth: handle suspend state declaration and statement | Tristan Gingold | 2022-05-27 | 1 | -0/+9 |
* | elab-vhdl_debug: handle records in disp_memtyp. | Tristan Gingold | 2022-05-27 | 1 | -4/+28 |
* | synth: add value_dyn_alias in elab-vhdl_values | Tristan Gingold | 2022-05-25 | 1 | -0/+2 |
* | synth: merge value for type_vector and type_array | Tristan Gingold | 2022-05-22 | 1 | -2/+2 |
* | synth: use unidimentional arrays in type_acc. Factorize code. | Tristan Gingold | 2022-05-22 | 1 | -9/+6 |
* | synth/elab-vhdl_values: use a proper type for signal_index | Tristan Gingold | 2022-05-19 | 1 | -1/+1 |
* | elab-vhdl_debug(disp_instance_path): can also display components | Tristan Gingold | 2022-05-16 | 1 | -6/+20 |
* | elab-vhdl_debug: factorize code, make Put_Dir public | Tristan Gingold | 2022-05-16 | 1 | -12/+3 |
* | elab-vhdl_debug: improve info signals | Tristan Gingold | 2022-05-15 | 1 | -20/+19 |
* | elab-vhdl_debug(disp_instance_path): show top-level unit | Tristan Gingold | 2022-05-15 | 1 | -13/+5 |
* | ghdlsimul: add and improve debugger | Tristan Gingold | 2022-05-14 | 1 | -23/+322 |
* | elab-vhdl_debug: also disp declarations in instances | Tristan Gingold | 2022-05-12 | 1 | -4/+1 |
* | elab-vhdl_debug: also print objects in disp_hierarchy | Tristan Gingold | 2022-05-01 | 1 | -55/+137 |
* | synth: extract elab-vhdl_debug from elab-debugger | Tristan Gingold | 2022-04-29 | 1 | -0/+629 |