Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Build element layout of a subtype if the element was defined by the subtype. | ||||
* | testsuite/gna: add tests for #2175 | Tristan Gingold | 2022-08-11 | 4 | -0/+176 |
| | |||||
* | testsuite/gna: add tests for #2174 | Tristan Gingold | 2022-08-11 | 5 | -0/+80 |
| | |||||
* | vhdl: add support for file subtype. Fix #2174 | Tristan Gingold | 2022-08-11 | 13 | -519/+589 |
| | |||||
* | testsuite/gna: add a test for #2173 | Tristan Gingold | 2022-08-11 | 3 | -0/+58 |
| | |||||
* | vhdl-sem_stmts: handle external signal names in force assign. Fix #2173 | Tristan Gingold | 2022-08-11 | 1 | -1/+5 |
| | |||||
* | testsuite/gna: add a test for #2172 | Tristan Gingold | 2022-08-11 | 2 | -0/+41 |
| | |||||
* | vhdl-parse.adb: parse pathname expression | Tristan Gingold | 2022-08-11 | 1 | -0/+10 |
| | |||||
* | testsuite/gna: add a test for #2172 | Tristan Gingold | 2022-08-11 | 2 | -0/+40 |
| | |||||
* | vhdl-sem_stmts.adb: handle signal assignment to external names. Fix #2172 | Tristan Gingold | 2022-08-11 | 1 | -0/+4 |
| | |||||
* | testsuite/gna: add a test for #2131 | Tristan Gingold | 2022-08-11 | 2 | -0/+21 |
| | |||||
* | vhdl-sem_expr: fix a crash on invalid aggregate. Fix #2131 | Tristan Gingold | 2022-08-11 | 1 | -15/+30 |
| | |||||
* | testsuite/gna: add a test for #2118 | Tristan Gingold | 2022-08-11 | 2 | -0/+58 |
| | |||||
* | trans-chap5: handle inertial individual association. Fix #2118 | Tristan Gingold | 2022-08-11 | 1 | -13/+20 |
| | |||||
* | testsuite/gna: add a test for #2112 | Tristan Gingold | 2022-08-11 | 6 | -0/+175 |
| | |||||
* | vhdl-sem_expr: add an error message for unbounded element aggregate. | Tristan Gingold | 2022-08-11 | 1 | -7/+12 |
| | | | | | | But also propagate bounds on qualified expressions. Fix #2112 | ||||
* | testsuite/gna: add a test for #2055 | Tristan Gingold | 2022-08-11 | 2 | -0/+34 |
| | |||||
* | trans-chap7: handle concat of unbounded elements. Fix #2055 | Tristan Gingold | 2022-08-11 | 1 | -33/+58 |
| | |||||
* | testsuite/gna: add a test for element attribute | Tristan Gingold | 2022-08-10 | 2 | -0/+26 |
| | |||||
* | vhdl-sem_names: factorize code for element attribute | Tristan Gingold | 2022-08-10 | 1 | -56/+10 |
| | |||||
* | testsuite/gna: add a reproducer for #2166 | Tristan Gingold | 2022-08-10 | 13 | -0/+873 |
| | |||||
* | trans: rework aggregate. For #2166 | Tristan Gingold | 2022-08-10 | 3 | -58/+65 |
| | |||||
* | vhdl: add Determined_Aggregate_Flag field. For #2166 | Tristan Gingold | 2022-08-10 | 7 | -197/+260 |
| | |||||
* | testsuite/synth: add a test for #2169 | Tristan Gingold | 2022-08-10 | 5 | -0/+103 |
| | |||||
* | synth-vhdl_oper.adb: fix mul uns uns. Fix #2169 | Tristan Gingold | 2022-08-10 | 1 | -1/+1 |
| | |||||
* | Resolve crashes caused by inconsistent capitalization on Windows (fix issue ↵ | Farmadupe | 2022-08-08 | 1 | -14/+29 |
| | | | | | | | | #2036) (#2168) * Resolve crashes caused by inconsistent capitalization on Windows * Remove quotation in normalized paths. Also use pathlib to simplify pathification Co-authored-by: Thomas Green <none> | ||||
* | Document changes to -frelaxed from #2165 (#2167) | Farmadupe | 2022-08-07 | 1 | -0/+4 |
| | | | Co-authored-by: Thomas Green <none> | ||||
* | vhdl: add an owner to interface type definition | Tristan Gingold | 2022-08-07 | 9 | -471/+538 |
| | |||||
* | testsuite/gna: adjust tests | Tristan Gingold | 2022-08-07 | 2 | -0/+2 |
| | |||||
* | testsuite/gna: add a test for #2155 | Tristan Gingold | 2022-08-07 | 4 | -0/+46 |
| |