| Commit message (Expand) | Author | Age | Files | Lines |
* | vhdl-canon: remove signal parameters for all-sensitized processes. | Tristan Gingold | 2023-02-08 | 4 | -9/+54 |
* | synth: preliminary work to compute access bounds size | Tristan Gingold | 2023-02-05 | 3 | -2/+128 |
* | elab-vhdl_objtypes: rename acc_bnd_sz to acc_type_sz | Tristan Gingold | 2023-02-05 | 3 | -7/+7 |
* | vhdl-prints: improve output of generate statements | Tristan Gingold | 2023-02-04 | 1 | -12/+5 |
* | translate: add --no-elaboration flag | Tristan Gingold | 2023-02-04 | 5 | -2/+10 |
* | elab-vhdl_debug: handle package in subprograms | Tristan Gingold | 2023-02-04 | 1 | -0/+13 |
* | simul: refactoring, expose more subprograms | Tristan Gingold | 2023-02-04 | 3 | -35/+47 |
* | mcode/ortho_jit.adb: add option --be-g | Tristan Gingold | 2023-02-04 | 1 | -1/+1 |
* | vhdl-sem_decls: fix a regression on subtype indication. Fix #2336 | Tristan Gingold | 2023-02-03 | 1 | -1/+1 |
* | vhdl: reduce use of is_anonymous_type_definition | Tristan Gingold | 2023-02-03 | 6 | -34/+40 |
* | TBM | Tristan Gingold | 2023-02-02 | 4 | -12/+56 |
* | translate: improve support for Flag_Elaboration | Tristan Gingold | 2023-02-02 | 2 | -2/+10 |
* | vhdl: avoid error storms in assertions | Tristan Gingold | 2023-02-02 | 2 | -2/+4 |
* | trans-chap3: minor rewrite | Tristan Gingold | 2023-02-02 | 1 | -1/+1 |
* | translate: rework translate_object_subtype_indication. | Tristan Gingold | 2023-02-02 | 5 | -66/+83 |
* | psl-build: fix fusion with epsilon. Fix #2336 | Tristan Gingold | 2023-01-31 | 1 | -0/+1 |
* | translate: add a flag to disable elaboration | Tristan Gingold | 2023-01-31 | 3 | -106/+125 |
* | elab-debugger: also pass top instance on break_time | Tristan Gingold | 2023-01-31 | 3 | -4/+4 |
* | ghdlsimul: extract simul-main from simul-vhdl_simul | Tristan Gingold | 2023-01-31 | 6 | -110/+186 |
* | vhdl-prints: minor rewrite | Tristan Gingold | 2023-01-31 | 1 | -31/+33 |
* | PSL: optimize True for goto_repeat | Tristan Gingold | 2023-01-31 | 1 | -5/+17 |
* | psl-disp_nfas: add Dump_NFA | Tristan Gingold | 2023-01-31 | 2 | -0/+57 |
* | synth: avoid a crash after errors in declarations. Fix #2334 | Tristan Gingold | 2023-01-30 | 1 | -18/+28 |
* | synth: also fix crash for #2333 | Tristan Gingold | 2023-01-30 | 1 | -2/+4 |
* | simul-vhdl_elab: fix computation of nbr of sources | Tristan Gingold | 2023-01-30 | 1 | -2/+7 |
* | simul: use same packing order for nets and for values. | Tristan Gingold | 2023-01-30 | 6 | -40/+72 |
* | elab-debugger: improve current context for print command | Tristan Gingold | 2023-01-30 | 3 | -6/+17 |
* | elab-vhdl_debug: avoid a crash for lh | Tristan Gingold | 2023-01-30 | 1 | -0/+3 |
* | translation.adb: avoid a crash on unused resolver. Fix #2333 | Tristan Gingold | 2023-01-30 | 1 | -5/+3 |
* | simul: improve info sig and info time | Tristan Gingold | 2023-01-30 | 1 | -52/+78 |
* | netlists-rename: add comments | Tristan Gingold | 2023-01-30 | 1 | -0/+2 |
* | synth: represent access types as pointers in memory | Tristan Gingold | 2023-01-29 | 13 | -60/+125 |
* | synth: simplify New_Sname_Artificial (prefix is not used) | Tristan Gingold | 2023-01-29 | 4 | -78/+72 |
* | elab-vhdl_annotations: refactoring | Tristan Gingold | 2023-01-29 | 2 | -35/+10 |
* | vhdl: add Is_Owned_Subtype_Indication | Tristan Gingold | 2023-01-29 | 3 | -21/+43 |
* | synth: avoid a crash on subtype indication. Fix #2330 | Tristan Gingold | 2023-01-29 | 1 | -1/+1 |
* | synth: handle bit reduction operators. Fix #2328 | Tristan Gingold | 2023-01-29 | 1 | -7/+14 |
* | vhdl/trans: support suspend states | Tristan Gingold | 2023-01-28 | 10 | -16/+56 |
* | vhdl-sem_decls: do not reassign type declarator on subtype aliases | Tristan Gingold | 2023-01-28 | 1 | -13/+19 |
* | synth: improve support of interface type | Tristan Gingold | 2023-01-28 | 2 | -30/+82 |
* | elab-vhdl_annotations: remove useless code | Tristan Gingold | 2023-01-28 | 1 | -18/+0 |
* | vhdl: minor changes to avoid recomputation | Tristan Gingold | 2023-01-28 | 2 | -1/+1 |
* | vhdl-evaluation: factorize code | Tristan Gingold | 2023-01-28 | 1 | -108/+94 |
* | synth-vhdl_eval: minor reformatting | Tristan Gingold | 2023-01-28 | 1 | -18/+18 |
* | synth: fix incorrect check in array subtype indications | Tristan Gingold | 2023-01-28 | 1 | -2/+8 |
* | synth-vhdl_oper: add bit-vect and vect-bit operations. | Tristan Gingold | 2023-01-27 | 1 | -12/+24 |
* | elab-memtype: add Read_Ptr, Write_Ptr | Tristan Gingold | 2023-01-27 | 2 | -0/+22 |
* | grt-files_operations: use grt.files | Tristan Gingold | 2023-01-27 | 5 | -81/+18 |
* | src/grt: extract grt-files_lib from grt-files | Tristan Gingold | 2023-01-27 | 7 | -554/+672 |
* | trans: add comments | Tristan Gingold | 2023-01-27 | 1 | -1/+2 |