| Commit message (Expand) | Author | Age | Files | Lines |
* | simul: simplify code | Tristan Gingold | 2022-08-23 | 2 | -16/+7 |
* | simul: factorize code to compute number of sources | Tristan Gingold | 2022-08-23 | 4 | -120/+50 |
* | simul-vhdl_debug: disp nbr sources | Tristan Gingold | 2022-08-23 | 1 | -1/+15 |
* | simul: add extra drivers for ports without sources | Tristan Gingold | 2022-08-23 | 3 | -14/+152 |
* | elab: add default value to ports | Tristan Gingold | 2022-08-23 | 4 | -13/+28 |
* | grt-signals: add ghdl_signal_add_extra_driver | Tristan Gingold | 2022-08-23 | 2 | -0/+19 |
* | grt-signals: internal refactoring for drivers creation | Tristan Gingold | 2022-08-22 | 1 | -25/+39 |
* | synth-vhdl_static_proc: handle std.env.finish | Tristan Gingold | 2022-08-21 | 1 | -1/+2 |
* | simul-vhdl_simul: handle waveforms in signal assignments | Tristan Gingold | 2022-08-21 | 2 | -40/+51 |
* | synth: factorize code for synth_subtype_conversion | Tristan Gingold | 2022-08-21 | 9 | -53/+35 |
* | grt-errors: remove error_hook (was unused) | Tristan Gingold | 2022-08-21 | 2 | -14/+0 |
* | simul: rework assertions execution and error handling | Tristan Gingold | 2022-08-21 | 5 | -10/+13 |
* | simul: handle concurrent procedure calls (WIP) | Tristan Gingold | 2022-08-21 | 1 | -15/+95 |
* | simul: handle after clauses in signal assignment | Tristan Gingold | 2022-08-21 | 3 | -70/+111 |
* | simul-vhdl_simul: add support for PSL directives | Tristan Gingold | 2022-08-20 | 4 | -34/+289 |
* | elab-vhdl_expr: factorize code | Tristan Gingold | 2022-08-19 | 10 | -998/+50 |
* | simul-vhdl_debug: display connections | Tristan Gingold | 2022-08-19 | 1 | -5/+63 |
* | simul: handle resolved signals (WIP) | Tristan Gingold | 2022-08-19 | 4 | -49/+332 |
* | ghdlsimul: add an option to debug before elaboration | Tristan Gingold | 2022-08-18 | 3 | -3/+6 |
* | testsuite/gna: add a test and close #2179 | Tristan Gingold | 2022-08-18 | 2 | -0/+48 |
* | simul: handle individual associations | Tristan Gingold | 2022-08-17 | 2 | -4/+16 |
* | simul: add create_connects | Tristan Gingold | 2022-08-17 | 4 | -46/+144 |
* | simul: create terminals (WIP) | Tristan Gingold | 2022-08-17 | 4 | -8/+62 |
* | suite_driver: avoid spurious error messages, fix --list-files | Tristan Gingold | 2022-08-16 | 1 | -2/+2 |
* | elab-vhdl_objtypes: handle holes in comparisons. | Tristan Gingold | 2022-08-16 | 1 | -7/+72 |
* | netlists-memories: add a TODO comment | Tristan Gingold | 2022-08-16 | 1 | -0/+8 |
* | synth/netlists: add comments | Tristan Gingold | 2022-08-16 | 2 | -7/+14 |
* | testsuite/synth: add more tests for memory | Tristan Gingold | 2022-08-16 | 5 | -0/+217 |
* | synth-vhdl_expr: optimize record with one element. | Tristan Gingold | 2022-08-16 | 1 | -3/+3 |
* | netlists-memories: renaming and add comments | Tristan Gingold | 2022-08-16 | 1 | -25/+38 |
* | psl-rewrites: minor style change | Tristan Gingold | 2022-08-16 | 1 | -2/+1 |
* | gdbinit: add ppsltf | Tristan Gingold | 2022-08-15 | 1 | -0/+8 |
* | vhdl-prints: improve handling of PSL. For #2178 | Tristan Gingold | 2022-08-15 | 6 | -63/+184 |
* | vhdl: add iir_kind_psl_boolean_parameter node. For #2178 | Tristan Gingold | 2022-08-15 | 14 | -438/+505 |
* | pyGHDL: update bindings | Tristan Gingold | 2022-08-15 | 1 | -201/+203 |
* | testsuite/synth: add a test for #2177 | Tristan Gingold | 2022-08-14 | 5 | -0/+2768 |
* | elab-vhdl_values-debug: improve output of debug_valtyp | Tristan Gingold | 2022-08-14 | 1 | -1/+3 |
* | synth-vhdl_context: fix handling of alias in get_net. Fix #2177 | Tristan Gingold | 2022-08-14 | 1 | -4/+3 |
* | testsuite/synth: add a test for #2176 | Tristan Gingold | 2022-08-14 | 2 | -0/+30 |
* | vhdl: recognize log10 and sqrt from math_real. Fix #2176 | Tristan Gingold | 2022-08-14 | 4 | -10/+32 |
* | testsuite/synth: add a test for previous commit | Tristan Gingold | 2022-08-14 | 3 | -1/+82 |
* | synth: handle assignment to record aggregate | Tristan Gingold | 2022-08-14 | 2 | -31/+109 |
* | testsuite/synth: rename mem2d01 to memdp01 | Tristan Gingold | 2022-08-14 | 10 | -0/+0 |
* | testsuite/synth: add a test for #2077 | Tristan Gingold | 2022-08-14 | 2 | -1/+47 |
* | netlists-memories: improve checks to avoid the crash of #2077 | Tristan Gingold | 2022-08-14 | 1 | -32/+75 |
* | testsuite/synth: add tests for #2077 | Tristan Gingold | 2022-08-14 | 2 | -0/+86 |
* | testsuite/synth: add tests for #2077 | Tristan Gingold | 2022-08-13 | 7 | -0/+268 |
* | netlists-memories: fix a crash on multi-dim memories. For #2077 | Tristan Gingold | 2022-08-13 | 1 | -3/+6 |
* | testsuite/gna: add a test for #2166 | Tristan Gingold | 2022-08-12 | 2 | -0/+26 |
* | trans-chap3: fix invalid copy of element layout. For #2166 | Tristan Gingold | 2022-08-12 | 1 | -2/+4 |