| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | synth: add traces for debugging. | Tristan Gingold | 2019-11-17 | 1 | -0/+19 |
* | synth-stmts: improve support of exit statement (static case). | Tristan Gingold | 2019-11-17 | 1 | -2/+20 |
* | synth: initial support of access types. | Tristan Gingold | 2019-11-17 | 1 | -0/+13 |
* | synth: handle subprogram back associations for whole associations. | Tristan Gingold | 2019-11-16 | 1 | -80/+82 |
* | synth: handle untruncated_text_read. | Tristan Gingold | 2019-11-16 | 1 | -58/+75 |
* | synth-stmts: preliminary work for implicit procedure calls. | Tristan Gingold | 2019-11-15 | 1 | -2/+11 |
* | synth: preliminary work to support intrinsic procedures. | Tristan Gingold | 2019-11-14 | 1 | -10/+13 |
* | synth: add some support for access types. | Tristan Gingold | 2019-11-13 | 1 | -5/+11 |
* | synth: renames Is_Const to Is_Static. | Tristan Gingold | 2019-11-13 | 1 | -7/+7 |
* | synth: do not consider impure procedure as static. | Tristan Gingold | 2019-11-13 | 1 | -0/+6 |
* | synth: improve support of integer literals (with a | Tristan Gingold | 2019-11-13 | 1 | -1/+2 |
* | synth: introduce synth-static_oper. | Tristan Gingold | 2019-11-13 | 1 | -2/+8 |
* | synth-stmts: handle constant exit in for-loops. | Tristan Gingold | 2019-11-13 | 1 | -0/+4 |
* | synth: add support for interface file. | Tristan Gingold | 2019-11-13 | 1 | -1/+3 |
* | synth: create const default values, adjust assign_value. | Tristan Gingold | 2019-11-12 | 1 | -2/+4 |
* | synth-stmts: improve support of consts in | Tristan Gingold | 2019-11-12 | 1 | -0/+2 |
* | synth-stmts: return sub arrays/records for | Tristan Gingold | 2019-11-12 | 1 | -7/+13 |
* | synth-stmts: better support of constants (indexed and | Tristan Gingold | 2019-11-12 | 1 | -5/+36 |
* | synth: file support (WIP). | Tristan Gingold | 2019-11-12 | 1 | -1/+1 |
* | synth: merge partial assignments before merging phis. | Tristan Gingold | 2019-11-11 | 1 | -1/+1 |
* | synth: handle record assignment for variables. Fix #1011 | Tristan Gingold | 2019-11-06 | 1 | -0/+4 |
* | synth-stmts: rewrite target_info to clarify memory | Tristan Gingold | 2019-11-05 | 1 | -18/+56 |
* | synth: add support for inout variable interfaces. | Tristan Gingold | 2019-11-01 | 1 | -3/+3 |
* | synth: handle nested if generate statements. | Tristan Gingold | 2019-11-01 | 1 | -21/+27 |
* | synth: handle attributes in vunit. | Tristan Gingold | 2019-10-30 | 1 | -1/+86 |
* | netlists: change Loc parameter of synth_case. | Tristan Gingold | 2019-10-27 | 1 | -2/+4 |
* | netlists-butils: extract synth_case from synth.stmts. | Tristan Gingold | 2019-10-26 | 1 | -149/+9 |
* | synth: handle concurrent signal assignment in vunits. | Tristan Gingold | 2019-10-25 | 1 | -83/+89 |
* | synth: add support for declarations in vunits. | Tristan Gingold | 2019-10-23 | 1 | -4/+24 |
* | synth: generate cover for assertion precedent. | Tristan Gingold | 2019-10-21 | 1 | -67/+66 |
* | synth-stmts: set location of muxes on case statements. | Tristan Gingold | 2019-10-21 | 1 | -6/+13 |
* | synth: add value_const. | Tristan Gingold | 2019-10-20 | 1 | -5/+9 |
* | synth-stmts: ignore EOS in PSL expressions. | Tristan Gingold | 2019-10-18 | 1 | -1/+8 |
* | synth: fix psl cover - test when the final state is reached. | Tristan Gingold | 2019-10-15 | 1 | -3/+14 |
* | vhdl: handle cover and restrict within vunit. | Tristan Gingold | 2019-10-15 | 1 | -0/+2 |
* | synth: handle constants for condition operator. | Tristan Gingold | 2019-10-13 | 1 | -0/+1 |
* | synth-stmts: fix thinko (need to adjust type for indexed a 1-bit array). | Tristan Gingold | 2019-10-13 | 1 | -2/+5 |
* | synth-stmts: handle const indexed array. | Tristan Gingold | 2019-10-13 | 1 | -0/+5 |
* | synth-stmts: improve support for associations in function calls. | Tristan Gingold | 2019-10-13 | 1 | -19/+92 |
* | Show error on wait without condition (#976) | Pepijn de Vos | 2019-10-13 | 1 | -0/+4 |
* | synth: set name on generate statements. | Tristan Gingold | 2019-10-09 | 1 | -5/+14 |