aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* synth: add insert gate.Tristan Gingold2019-06-246-16/+110
* synth: handle discrete choice in case statements.Tristan Gingold2019-06-232-6/+10
* synth: handle more operators.Tristan Gingold2019-06-232-12/+18
* synth: remove unused Value_Logic.Tristan Gingold2019-06-234-38/+5
* synth: handle ult comparison.Tristan Gingold2019-06-232-28/+39
* vhdl: recognize more numeric_std predefined functions.Tristan Gingold2019-06-232-0/+55
* synth: handle more predefined functions.Tristan Gingold2019-06-235-26/+115
* synth-stmts: fix for unordered choices in case statement.Tristan Gingold2019-06-231-5/+14
* synth-stmts: handle constant if statements.Tristan Gingold2019-06-231-2/+18
* files_map: change the meaning of Get_Buffer_Length forTristan Gingold2019-06-203-2/+5
* errorout-memory: avoid a crash after the limit isTristan Gingold2019-06-202-2/+5
* vhdl-sem_names: do not crash on user attribute onTristan Gingold2019-06-201-1/+2
* synth-expr: clarify error message.Tristan Gingold2019-06-201-2/+7
* files_map: add comments.Tristan Gingold2019-06-202-2/+6
* vhdl: recognize to_integer/to_signed/to_unsigned.Tristan Gingold2019-06-204-1/+66
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-1914-611/+1291
* vhdl: decouple annotations from environments.Tristan Gingold2019-06-198-204/+190
* fix: move src/xtools to python/xtools (#846)1138-4EB2019-06-174-933/+4
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-1729-5825/+0
* options: set parse_parenthesis flag onTristan Gingold2019-06-131-0/+2
* vhdl-sem_expr: set string type in case of error.Tristan Gingold2019-06-131-9/+12
* vhdl-sem_expr: avoid crash after error with parenthesisTristan Gingold2019-06-131-3/+9
* vhdl-sem_expr: avoid crash if no choices.Tristan Gingold2019-06-131-1/+3
* vhdl-parse: improve error message in case of unexpectedTristan Gingold2019-06-131-0/+12
* synth-expr: use Node instead of Iir (renaming).Tristan Gingold2019-06-132-34/+34
* synth-stmts: handle enumeration type in case, renaming.Tristan Gingold2019-06-132-64/+73
* vhdl/simulate: fix regression wrt package instances.Tristan Gingold2019-06-122-4/+6
* synth-expr: handle choice_by_expression in aggregates.Tristan Gingold2019-06-121-3/+30
* vhdl-sem_types: set base type of error types.Tristan Gingold2019-06-121-0/+1
* vhdl: improve error messages for generate statement.Tristan Gingold2019-06-123-3/+5
* Add mutils.Tristan Gingold2019-06-122-0/+34
* synth: handle enumerated types.Tristan Gingold2019-06-125-51/+97
* simul: refine scalar type annotations.Tristan Gingold2019-06-122-17/+49
* vhdl-nodes: add Node_List and Node_Flist aliases.Tristan Gingold2019-06-121-0/+2
* synth-expr: resize for uns-uns operations.Tristan Gingold2019-06-121-18/+28
* netlist-disp_vhdl: display parameters, fix outputTristan Gingold2019-06-121-11/+45
* synth: handle conditional generate process.Tristan Gingold2019-06-111-1/+45
* synth: support conditional signal assignments.Tristan Gingold2019-06-087-9/+79
* synth: handle integer +/- for constants.Tristan Gingold2019-06-084-23/+43
* synth: WIP for dependencies.Tristan Gingold2019-06-073-11/+74
* synth: add comments.Tristan Gingold2019-06-072-5/+13
* nodes.py: regenerated.Tristan Gingold2019-06-071-6/+12
* synth: add comments and refactoring.Tristan Gingold2019-06-079-25/+45
* synth: ignore attribute specificationsChristos Gentsos2019-06-061-0/+2
* synth: handle numeric_std unsigned - unsigned add and subChristos Gentsos2019-06-061-0/+22
* synth: handle array equality op (just for arrays of identical range)Christos Gentsos2019-06-061-0/+8
* synth: enabled vector AND, OR and XORChristos Gentsos2019-06-061-8/+14
* synth: added support for numeric_std unary negationChristos Gentsos2019-06-064-1/+34
* synth: handle numeric_std subtraction (addition was already there)Christos Gentsos2019-06-063-0/+38
* synth: added support for vector "not" operationChristos Gentsos2019-06-061-0/+9