| Commit message (Expand) | Author | Age | Files | Lines |
* | synth-insts: handle slices in individual associations. | Tristan Gingold | 2020-02-18 | 1 | -0/+21 |
* | synth-expr: handle anonymous signal declarations. | Tristan Gingold | 2020-02-18 | 1 | -4/+4 |
* | synth: handle component with ports in different order. | Tristan Gingold | 2020-02-13 | 1 | -15/+18 |
* | synth: remove remaining clock edge gates after memories. | Tristan Gingold | 2020-02-10 | 1 | -0/+2 |
* | synth-insts: clear before applying block configuration. Fix #1095 | Tristan Gingold | 2020-01-15 | 1 | -0/+2 |
* | netlists: use a mark and sweep cleanup. | Tristan Gingold | 2020-01-15 | 1 | -1/+2 |
* | synth-insts: handle slice name as actual to unbounded | Tristan Gingold | 2020-01-13 | 1 | -0/+20 |
* | synth-insts: handle unbounded ports in components. | Tristan Gingold | 2020-01-13 | 1 | -39/+49 |
* | synth: use formal instance to evaluate default value. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -1/+4 |
* | synth: consider ports size to create unique instances. | Tristan Gingold | 2020-01-10 | 1 | -49/+86 |
* | synth: simplify support of inertial associations. | Tristan Gingold | 2020-01-09 | 1 | -0/+8 |
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -1/+1 |
* | netlists: add remove_output_gates. | Tristan Gingold | 2019-12-05 | 1 | -0/+1 |
* | netlists-memories: rework. | Tristan Gingold | 2019-12-05 | 1 | -1/+1 |
* | synth: create unique instance name. Fix #1007 | Tristan Gingold | 2019-12-03 | 1 | -4/+152 |
* | synth-insts: use current prefix for instantiations. Fix #1048 | Tristan Gingold | 2019-12-01 | 1 | -1/+2 |
* | netlists: remove port API (make it easier to interface). | Tristan Gingold | 2019-11-28 | 1 | -9/+5 |
* | netlists: remove port_inout. | Tristan Gingold | 2019-11-28 | 1 | -16/+8 |
* | synth: rework the sname API. | Tristan Gingold | 2019-11-28 | 1 | -16/+20 |
* | synth: infrastructure for debugger. | Tristan Gingold | 2019-11-20 | 1 | -0/+5 |
* | synth: elaborate packages body. | Tristan Gingold | 2019-11-17 | 1 | -13/+9 |
* | synth: renames Is_Const to Is_Static. | Tristan Gingold | 2019-11-13 | 1 | -2/+2 |
* | synth-expr: handle static values in | Tristan Gingold | 2019-11-13 | 1 | -0/+3 |
* | synth-insts: add support for unbounded ports. | Tristan Gingold | 2019-11-12 | 1 | -4/+51 |
* | synth-insts: add support for individual associations. | Tristan Gingold | 2019-11-12 | 1 | -34/+243 |
* | synth-decls: handle unassigned signal/object. For issue 65 | Tristan Gingold | 2019-11-07 | 1 | -0/+2 |
* | synth: handle nested if generate statements. | Tristan Gingold | 2019-11-01 | 1 | -0/+2 |
* | netlists: add code to expand dyn_extract gates (WIP). | Tristan Gingold | 2019-10-27 | 1 | -0/+5 |
* | synth: add more locations. | Tristan Gingold | 2019-10-20 | 1 | -0/+1 |
* | synth: add netlists-memories to extract memories. Still WIP. | Tristan Gingold | 2019-10-17 | 1 | -0/+5 |
* | synth-insts: accept architecture instantiation in synth_dependencies. | Tristan Gingold | 2019-10-15 | 1 | -2/+3 |
* | synth-inst: minor refactoring. | Tristan Gingold | 2019-10-13 | 1 | -3/+2 |
* | synth: rewrite cleanup pass. | Tristan Gingold | 2019-10-10 | 1 | -2/+2 |
* | synth: set name on generate statements. | Tristan Gingold | 2019-10-09 | 1 | -1/+2 |
* | synth: set location on instances. | Tristan Gingold | 2019-10-09 | 1 | -0/+1 |
* | synth: use synth.source for setting location. | Tristan Gingold | 2019-10-09 | 1 | -0/+1 |
* | synth: handle package bodies. | Tristan Gingold | 2019-10-07 | 1 | -1/+21 |
* | synth: preliminary support for user packages. | Tristan Gingold | 2019-10-07 | 1 | -0/+44 |
* | synth: allow unconnected port. | Tristan Gingold | 2019-10-07 | 1 | -5/+7 |
* | synth: handle subtypes in components. Fix #970 | Tristan Gingold | 2019-10-06 | 1 | -15/+52 |
* | synth: fix crash for port subtype in component. | Tristan Gingold | 2019-10-06 | 1 | -1/+1 |
* | synth: minimal support for blocks. Fix #965 | Tristan Gingold | 2019-10-05 | 1 | -0/+2 |
* | synth: handle string subtype defined by a port. Fix #958 | Tristan Gingold | 2019-10-01 | 1 | -4/+5 |
* | synth-insts: refactoring. | Tristan Gingold | 2019-09-30 | 1 | -40/+32 |
* | synth-insts: create net object for input port. Fix | Tristan Gingold | 2019-09-30 | 1 | -3/+14 |
* | synth: renaming and minor refactoring. | Tristan Gingold | 2019-09-30 | 1 | -10/+12 |
* | synth: minor refactoring. | Tristan Gingold | 2019-09-30 | 1 | -4/+4 |
* | synth: fixes after previous patch. | Tristan Gingold | 2019-09-25 | 1 | -0/+7 |
* | synth: rework type for expression. | Tristan Gingold | 2019-09-25 | 1 | -5/+9 |
* | synth-insts: refactoring | Tristan Gingold | 2019-09-21 | 1 | -27/+12 |