aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* llvm4-nodebug: remove verbose code.Tristan Gingold2020-01-121-3/+0
|
* msys2-mingw: build llvm with --static-link (tentatively fix ci)Tristan Gingold2020-01-121-1/+1
|
* netlists-memories: allow intermediate signals to detect sync read.Tristan Gingold2020-01-123-2/+18
| | | | Fix #1079
* ortho/llvm4-nodebug: pass --link-static to llvm-config.Tristan Gingold2020-01-121-1/+1
|
* synth-decls: always initialize variables. Fix #1081Tristan Gingold2020-01-121-7/+2
|
* netlists-disp_vhdl: handle const_log for disp_memory.Tristan Gingold2020-01-121-0/+5
|
* llvm4-nodebug: investigate CI failure.Tristan Gingold2020-01-121-1/+2
|
* synth: fix element order for simple aggregates. For #1080Tristan Gingold2020-01-121-1/+1
|
* synth: convert constant default value subtype. For #1080Tristan Gingold2020-01-121-0/+1
|
* llvm4-nodebug: add verbosity to debug CI failures.Tristan Gingold2020-01-121-1/+5
|
* synth: handle constants in assignments. Fix for #1080Tristan Gingold2020-01-123-1/+11
|
* synth-expr: handle pos attribute. For #1080Tristan Gingold2020-01-121-0/+12
|
* synth: use formal instance to evaluate default value. For #1080Tristan Gingold2020-01-121-1/+4
|
* netlists-disp_vhdl: handle one bit memories. Fix #1083Tristan Gingold2020-01-121-2/+6
|
* netlists: Handle sdiv and udiv (#1082)Anton Blanchard2020-01-111-0/+6
|
* synth: add --expect-failure for command --synthTristan Gingold2020-01-112-2/+20
|
* synth-cleanup: avoid a crash on undriven output. Fix #1078Tristan Gingold2020-01-111-3/+5
|
* vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077Tristan Gingold2020-01-112-6/+39
|
* synth: fix crash on else-generate. Fix #1076Tristan Gingold2020-01-111-3/+10
|
* synth: emit error message in case of 'else' for synchronous code. Fix #1074Tristan Gingold2020-01-101-10/+10
|
* synth: handle ieee.math_real.round Fix #1075Tristan Gingold2020-01-105-3/+22
|
* synth: consider ports size to create unique instances.Tristan Gingold2020-01-103-49/+143
|
* synth: emit an error in case of static assertion failure. Fix #1068Tristan Gingold2020-01-091-1/+1
|
* synth-oper: handle xor for bit_vectors.Tristan Gingold2020-01-091-3/+4
|
* synth: simplify support of inertial associations.Tristan Gingold2020-01-096-5/+24
|
* synth: improve support of out/inout variable parameters.Tristan Gingold2020-01-083-9/+69
|
* vhdl/translate: handle implicit record-record conversions.Tristan Gingold2020-01-061-12/+1
|
* vhdl/translate: minor refactoring.Tristan Gingold2020-01-062-42/+43
|
* vhdl: fix multiple reference in trans-chap3.Tristan Gingold2020-01-061-2/+6
|
* vhdl/translate: handle more partially constrained array subtypes. For #1038Tristan Gingold2020-01-063-6/+10
|
* vhdl: handle untranslated subtypes for record aggregates. Fix #1051Tristan Gingold2020-01-021-3/+12
|
* synth: handle scalar inout association for subprograms. Fix #1064Tristan Gingold2020-01-021-0/+2
|
* vhdl: fix order of std_ulogic literals. For #1063Tristan Gingold2020-01-021-3/+3
|
* synth-disp_vhdl: handle conversion from signed integers.Tristan Gingold2020-01-011-1/+5
|
* synth: optimize integer mod for power of 2.Tristan Gingold2020-01-013-0/+31
|
* vhdl: evaluate std_logic matching equality. Fix #1063Tristan Gingold2020-01-012-8/+54
|
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-016-23/+213
|
* synth-inference: merge reset for sub-nets.Tristan Gingold2019-12-311-1/+16
| | | | For tgingold/ghdlsynth-beta#76
* synth-environment: also optimize mux merge for sub-nets.Tristan Gingold2019-12-313-1/+34
|
* netlists-disp_vhdl: display iadff.Tristan Gingold2019-12-312-7/+19
|
* ams-vhdl: add support for 'delayed for quantity.Tristan Gingold2019-12-319-144/+197
|
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-3114-71/+358
|
* ams-vhdl: add simultaneous null statement.Tristan Gingold2019-12-3011-155/+449
|
* ams-vhdl: add frequency function, minor fixes.Tristan Gingold2019-12-306-6/+26
|
* ams-vhdl: handle record nature end name.Tristan Gingold2019-12-302-0/+5
|
* ams-vhdl: improve error recoveryTristan Gingold2019-12-306-61/+92
|
* ams-vhdl: analyze, canon and print simultaneous procedural statements.Tristan Gingold2019-12-306-90/+175
|
* ams-vhdl: fix tree consistency for terminal declaration.Tristan Gingold2019-12-302-3/+3
|
* ams-vhdl: correctly test and set staticness of dot/integ attributes.Tristan Gingold2019-12-301-8/+7
|
* ams-vhdl: print subnature declarations.Tristan Gingold2019-12-301-1/+16
|