aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
Commit message (Expand)AuthorAgeFilesLines
* synth: remove synth-typesTristan Gingold2019-10-104-91/+13
* netlists: add internings child package.Tristan Gingold2019-10-103-14/+61
* netlists-disp_vhdl: fix pasto on id_asr.Tristan Gingold2019-10-101-5/+5
* synth: handle constants for enum equality.Tristan Gingold2019-10-101-1/+5
* netlists: give a name to the free module.Tristan Gingold2019-10-101-2/+4
* synth: rewrite cleanup pass.Tristan Gingold2019-10-107-68/+188
* synth-decls: ignore use clauses.Tristan Gingold2019-10-101-0/+2
* synth-opeer: extend synth_uresizeTristan Gingold2019-10-101-1/+1
* synth-oper: handle more operators.Tristan Gingold2019-10-101-3/+6
* synth: set name on generate statements.Tristan Gingold2019-10-092-6/+16
* synth: set location on instances.Tristan Gingold2019-10-091-0/+1
* synth: use synth.source for setting location.Tristan Gingold2019-10-098-17/+34
* netlists-disp_vhdl: handle const_SB32Tristan Gingold2019-10-091-1/+2
* synth-environment: fix a thinko.Tristan Gingold2019-10-091-1/+2
* synth: improve support of procedure calls.Tristan Gingold2019-10-081-20/+25
* synth: handle read-only aliases. Fix #973Tristan Gingold2019-10-081-1/+9
* synth-context: fix encoding of discrete in aggregateTristan Gingold2019-10-081-1/+1
* synth-disp_vhdl: fix incorrect code for record of widthTristan Gingold2019-10-081-1/+3
* synth: fix mul sgn sgn width.Tristan Gingold2019-10-082-8/+9
* synth: fix incorrect order for concat.Tristan Gingold2019-10-082-3/+6
* synth-disp_vhdl: handle array/record of 1 element.Tristan Gingold2019-10-081-3/+11
* synth: handle subprograms in package body.Tristan Gingold2019-10-081-0/+5
* synth: infere_ff: handle pre-enable. Fix #964Tristan Gingold2019-10-081-23/+63
* synth: handle case statement on bit vectors.Tristan Gingold2019-10-071-0/+23
* synth: handle package bodies.Tristan Gingold2019-10-076-9/+69
* synth-oper: handle to_bitvector, simplify.Tristan Gingold2019-10-071-9/+18
* synth-disp_vhdl: handle enum of width 1 forTristan Gingold2019-10-071-2/+6
* synth-oper: add support for more functions.Tristan Gingold2019-10-071-1/+51
* synth: preliminary support for user packages.Tristan Gingold2019-10-074-84/+85
* synth: allow unconnected port.Tristan Gingold2019-10-071-5/+7
* synth: add support for concurrent procedure calls. Fix #969Tristan Gingold2019-10-071-3/+7
* synth: propagate assignments out of subprograms. Fix #960Tristan Gingold2019-10-063-2/+43
* netlists-dump: improve output for --out=rawTristan Gingold2019-10-061-4/+5
* synth: revert patch on synth_subprogram_association.Tristan Gingold2019-10-063-8/+4
* synth: handle subtypes in components. Fix #970Tristan Gingold2019-10-064-20/+61
* ghdlsynth: fix crash when using libghdl.Tristan Gingold2019-10-061-2/+0
* synth: fix crash for port subtype in component.Tristan Gingold2019-10-061-1/+1
* synth: handle /= with non-matching length. For #968Tristan Gingold2019-10-061-6/+10
* netlists: remove get_parent for instance.Tristan Gingold2019-10-061-2/+0
* netlists: remove get_parent renaming for input.Tristan Gingold2019-10-065-6/+5
* netlists: remove renaming of Get_Parent for Net.Tristan Gingold2019-10-0612-33/+34
* netlists: remove get_name renaming for modules.Tristan Gingold2019-10-064-9/+8
* netlists: Remove Get_Name renaming for instances.Tristan Gingold2019-10-065-10/+9
* synth: handle neg for integers.Tristan Gingold2019-10-061-0/+13
* synth: add error messages for latches.Tristan Gingold2019-10-066-6/+198
* netlists-dump: add prefix to numbers.Tristan Gingold2019-10-061-8/+8
* synth: fix selected signal assignment (use basetype).Tristan Gingold2019-10-051-1/+1
* synth: add support for comp. equal of two numeric signed (#966)T. Meissner2019-10-051-0/+4
* synth: support block declarations.Tristan Gingold2019-10-051-2/+16
* synth: minimal support for blocks. Fix #965Tristan Gingold2019-10-052-0/+19