| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: add value_memory and use it to store objects value. | Tristan Gingold | 2020-04-06 | 1 | -173/+86 |
* | synth: more cleanup (and use of valtyp). | Tristan Gingold | 2020-04-02 | 1 | -104/+111 |
* | synth: rework - use valtyp for expressions. | Tristan Gingold | 2020-04-02 | 1 | -179/+179 |
* | synth: use more Dim_Type. | Tristan Gingold | 2020-04-01 | 1 | -1/+1 |
* | synth: improve support of vhdl2008 aggregate targets. Fix #1178 | Tristan Gingold | 2020-03-30 | 1 | -30/+72 |
* | synth-stmts: handle return from a function without a return. | Tristan Gingold | 2020-03-27 | 1 | -2/+3 |
* | synth: improve fatal error propagation. | Tristan Gingold | 2020-03-27 | 1 | -0/+4 |
* | synth: handle slices in selected assignments. | Tristan Gingold | 2020-03-26 | 1 | -6/+6 |
* | synth-stmts: handle sequential assertions and report statements. | Tristan Gingold | 2020-03-25 | 1 | -4/+96 |
* | synth: improve propagation of errors. | Tristan Gingold | 2020-03-25 | 1 | -10/+22 |
* | synth: improve handling of aliases. | Tristan Gingold | 2020-03-25 | 1 | -0/+2 |
* | synth: handle package instantiation. Fix #1159 | Tristan Gingold | 2020-03-24 | 1 | -4/+12 |
* | synth: handle multiple constant declarations. Fix #1172 | Tristan Gingold | 2020-03-23 | 1 | -1/+3 |
* | synth-stmts: apply configuration to block statements. Fix #1170 | Tristan Gingold | 2020-03-23 | 1 | -0/+3 |
* | synth-stmts: avoid crash for index in record. Fix #1163 | Tristan Gingold | 2020-03-20 | 1 | -8/+2 |
* | synth: propagate more errors. | Tristan Gingold | 2020-03-14 | 1 | -0/+4 |
* | synth-stmts: strip const in if statement. | Tristan Gingold | 2020-03-13 | 1 | -0/+1 |
* | synth: propagate more errors. | Tristan Gingold | 2020-03-13 | 1 | -0/+4 |
* | psl: keep denoting names in the PSL ast. | Tristan Gingold | 2020-03-13 | 1 | -4/+3 |
* | synth: improve error message. | Tristan Gingold | 2020-03-11 | 1 | -1/+1 |
* | synth: improve error handling. | Tristan Gingold | 2020-03-11 | 1 | -26/+54 |
* | synth: handle memories in inout variable parameter. | Tristan Gingold | 2020-03-10 | 1 | -12/+18 |
* | synth-stmts: handle conditional assignment without else | Tristan Gingold | 2020-03-10 | 1 | -1/+13 |
* | synthesis: handle slice of dynamic array. | Tristan Gingold | 2020-03-09 | 1 | -4/+1 |
* | synthesis: handle array in record. | Tristan Gingold | 2020-03-09 | 1 | -8/+1 |
* | synth-stmts: do not limit to 32 state bits for PSL | Tristan Gingold | 2020-03-09 | 1 | -1/+0 |
* | synth: handle user-defined operator call. | Tristan Gingold | 2020-03-08 | 1 | -97/+185 |
* | synth-stmts: handle constant if statements. | Tristan Gingold | 2020-03-07 | 1 | -0/+1 |
* | synth: allow constant condition for if-generate statement. | Tristan Gingold | 2020-02-17 | 1 | -0/+1 |
* | synth: convert subtype on return. Fix #1116 | Tristan Gingold | 2020-01-26 | 1 | -1/+1 |
* | synth: handle function call in names. Fix #1114 | Tristan Gingold | 2020-01-25 | 1 | -0/+6 |
* | synth-stmts: allow slice within a record element. Fix #1100. | Tristan Gingold | 2020-01-19 | 1 | -4/+0 |
* | synth: remove wbound field of bound_type. | Tristan Gingold | 2020-01-13 | 1 | -3/+1 |
* | synth: handle constants in assignments. Fix for #1080 | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
* | synth: fix crash on else-generate. Fix #1076 | Tristan Gingold | 2020-01-11 | 1 | -3/+10 |
* | synth: emit an error in case of static assertion failure. Fix #1068 | Tristan Gingold | 2020-01-09 | 1 | -1/+1 |
* | synth: improve support of out/inout variable parameters. | Tristan Gingold | 2020-01-08 | 1 | -8/+66 |
* | synth: handle scalar inout association for subprograms. Fix #1064 | Tristan Gingold | 2020-01-02 | 1 | -0/+2 |
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -0/+4 |
* | synth: add set_location_maybe (for roms). | Tristan Gingold | 2019-12-05 | 1 | -2/+3 |
* | synth-stmts: unapply configuration. Fix #1047 | Tristan Gingold | 2019-11-30 | 1 | -0/+2 |
* | synth: factorize code, move value2logvec to synth-expr. | Tristan Gingold | 2019-11-28 | 1 | -114/+24 |
* | synth: rework the sname API. | Tristan Gingold | 2019-11-28 | 1 | -9/+9 |
* | synth-stmts: handle case statement for static arrays. Fix #1035 | Tristan Gingold | 2019-11-27 | 1 | -1/+39 |
* | synth: rework static calls and loops. Fix #1034. | Tristan Gingold | 2019-11-27 | 1 | -75/+319 |
* | synth-stmts: fix warnings. | Tristan Gingold | 2019-11-22 | 1 | -4/+0 |
* | synth: support discrete static case statement. | Tristan Gingold | 2019-11-22 | 1 | -5/+81 |
* | synth: infrastructure for debugger. | Tristan Gingold | 2019-11-20 | 1 | -0/+4 |
* | synth-stmts: handle return in loop statement. | Tristan Gingold | 2019-11-17 | 1 | -4/+13 |
* | synth: handle dereference. | Tristan Gingold | 2019-11-17 | 1 | -2/+4 |