| Commit message (Expand) | Author | Age | Files | Lines |
* | simul: improve handling of individual signal associations | Tristan Gingold | 2023-02-08 | 1 | -3/+3 |
* | synth: do not handle null-vectors for to_hstring. | Tristan Gingold | 2023-02-08 | 1 | -1/+2 |
* | synth: use same layout for records in memory as translate | Tristan Gingold | 2023-02-08 | 1 | -2/+4 |
* | simul: use same packing order for nets and for values. | Tristan Gingold | 2023-01-30 | 1 | -10/+43 |
* | synth: represent access types as pointers in memory | Tristan Gingold | 2023-01-29 | 1 | -5/+5 |
* | elab: Rename Get/Set_Info to Get/Set_Ann | Tristan Gingold | 2023-01-20 | 1 | -1/+1 |
* | simul: handle PSL endpoints | Tristan Gingold | 2023-01-18 | 1 | -0/+8 |
* | synth: more refactoring | Tristan Gingold | 2023-01-14 | 1 | -2/+1 |
* | synth: improve error propagation on slices | Tristan Gingold | 2023-01-14 | 1 | -4/+14 |
* | synth: report values in bound errors | Tristan Gingold | 2023-01-12 | 1 | -8/+23 |
* | synth: use same wording for direction mismatch as simulation | Tristan Gingold | 2023-01-12 | 1 | -1/+2 |
* | synth: handle entity attributes | Tristan Gingold | 2023-01-11 | 1 | -2/+18 |
* | synth: handle element attribute | Tristan Gingold | 2023-01-11 | 1 | -1/+5 |
* | synth: check float ranges in subtype conversion | Tristan Gingold | 2023-01-11 | 1 | -2/+14 |
* | synth: handle indexes in arrays conversion | Tristan Gingold | 2023-01-10 | 1 | -5/+63 |
* | synth: fix handle of array attributes | Tristan Gingold | 2023-01-09 | 1 | -7/+6 |
* | synth: handle subtype attribute in type prefixes. | Tristan Gingold | 2023-01-09 | 1 | -0/+21 |
* | synth: use same error message for null access as simulation | Tristan Gingold | 2023-01-06 | 1 | -1/+1 |
* | synth: detect null access dereference, fix offset. | Tristan Gingold | 2023-01-04 | 1 | -1/+7 |
* | synth: introduce type_array_unbounded | Tristan Gingold | 2023-01-03 | 1 | -0/+3 |
* | synth: fix handling of record subtypes for objects | Tristan Gingold | 2023-01-03 | 1 | -0/+1 |
* | synth: handle string literals in debug | Tristan Gingold | 2022-12-31 | 1 | -1/+2 |
* | synth: check bounds for pos and val attributes | Tristan Gingold | 2022-12-26 | 1 | -3/+10 |
* | simul: handle driving and driving_value attributes | Tristan Gingold | 2022-12-26 | 1 | -0/+13 |
* | synth: handle instance_name attribute | Tristan Gingold | 2022-12-26 | 1 | -3/+9 |
* | synth: add value_sig_val to handle individual signal associations | Tristan Gingold | 2022-12-26 | 1 | -0/+1 |
* | synth: handle record conversion | Tristan Gingold | 2022-10-14 | 1 | -0/+3 |
* | synth-vhdl_expr: support alias in indexed names | Tristan Gingold | 2022-10-14 | 1 | -1/+2 |
* | simul: handle last_event and last_active | Tristan Gingold | 2022-10-13 | 1 | -0/+14 |
* | synth: fix crashes on scalar attribute with anonymous subtype. | Tristan Gingold | 2022-10-10 | 1 | -2/+2 |
* | synth: avoid crash on invalid hdl in psl. Fix #2204 | Tristan Gingold | 2022-10-03 | 1 | -13/+34 |
* | synth: avoid a crash on literal overflow | Tristan Gingold | 2022-10-01 | 1 | -1/+10 |
* | synth: handle float-float conversions | Tristan Gingold | 2022-09-30 | 1 | -3/+14 |
* | simul: handle quiet attribute | Tristan Gingold | 2022-09-29 | 1 | -3/+15 |
* | synth: handle guard signal in debugger | Tristan Gingold | 2022-09-28 | 1 | -0/+1 |
* | simul: handle last_value attribute | Tristan Gingold | 2022-09-28 | 1 | -0/+7 |
* | synth: handle guard signal in expressions | Tristan Gingold | 2022-09-28 | 1 | -0/+1 |
* | synth: improve error checks (type conversion, string literals) | Tristan Gingold | 2022-09-25 | 1 | -30/+26 |
* | synth: rework error procedure, always pass the instance | Tristan Gingold | 2022-09-25 | 1 | -48/+52 |
* | synth: handle attribute names | Tristan Gingold | 2022-09-25 | 1 | -13/+16 |
* | synth: rename vhdl.annotations to elab.vhdl_annotations | Tristan Gingold | 2022-09-19 | 1 | -1/+2 |
* | simul: handle type conversions in port associations | Tristan Gingold | 2022-09-18 | 1 | -38/+36 |
* | synth: preliminary work to factorize code | Tristan Gingold | 2022-09-16 | 1 | -1/+2 |
* | simul: handle active attribute | Tristan Gingold | 2022-09-16 | 1 | -1/+7 |
* | synth: handle val attribute for static bit/logic values | Tristan Gingold | 2022-09-16 | 1 | -0/+3 |
* | synth: improve handling of complex types | Tristan Gingold | 2022-09-15 | 1 | -2/+3 |
* | synth: add bounds check for float-integer type conversion | Tristan Gingold | 2022-09-12 | 1 | -2/+21 |
* | synth: handle succ,pred,leftof,rightof attributes | Tristan Gingold | 2022-09-12 | 1 | -0/+95 |
* | synth: fix and add checks for memory management. | Tristan Gingold | 2022-09-10 | 1 | -1/+2 |
* | elab-vhdl_values: factorize code | Tristan Gingold | 2022-09-07 | 1 | -1/+1 |