aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* synth-static_oper: handle xor.Tristan Gingold2020-02-101-0/+11
|
* synth-expr: implement value and val attributes. Fix #1130Tristan Gingold2020-02-101-1/+39
|
* grt: split grt-errors, disp current process.Tristan Gingold2020-02-1018-104/+183
|
* synth: remove remaining clock edge gates after memories.Tristan Gingold2020-02-102-0/+26
|
* netlists-memories: cleanup.Tristan Gingold2020-02-101-319/+1
|
* synth: rework (again) memory inference.Tristan Gingold2020-02-108-80/+312
| | | | | | Preliminary work to support multi-clock memories. Strengthen and fix fallout of Check_Connected. Rename synth.inference to netlists.inference.
* synth-inference: minor refactoring.Tristan Gingold2020-02-061-24/+7
|
* synth-decls: set a default value to non-assigned signals. Fix #1107Tristan Gingold2020-02-051-1/+3
|
* netlists-disp_vhdl: handle 1-bit const_x. For #1107Tristan Gingold2020-02-051-3/+9
|
* vhdl-sem_names: improve error location.Tristan Gingold2020-02-041-1/+1
|
* vhdl-sem: improve error location for unknown entity.Tristan Gingold2020-02-041-1/+1
|
* files_map: extract debug_source_file.Tristan Gingold2020-02-041-40/+43
|
* files_map-editor: fix file_length when moving gap at end.Tristan Gingold2020-02-041-1/+4
|
* files_map-editor: add more checks.Tristan Gingold2020-02-041-0/+9
|
* vhdl-sem_expr: avoid a crash on invalid attribute name.Tristan Gingold2020-02-041-1/+1
|
* vhdl-scanner: improve error message for empty quote.Tristan Gingold2020-02-041-0/+6
|
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-02-041-0/+4
|
* vhdl-sem_utils: handle non-object interface forTristan Gingold2020-02-041-4/+6
|
* vhdl-sem_expr: avoid a crash on invalid input.Tristan Gingold2020-02-041-0/+5
|
* configuration: allow hex-string for generic override. Fix #1117Tristan Gingold2020-02-021-17/+86
|
* trans-chap8: handle vector in aggregate target for variable assignments.Tristan Gingold2020-02-021-23/+47
| | | | Fix #1120
* vhdl-sem_assocs: check conversion functions have only one parameter.Tristan Gingold2020-02-021-0/+8
|
* vhdl-sem_assocs: check that interface of function conv is a constant.Tristan Gingold2020-02-011-1/+14
| | | | Fix #1123
* vhdl-sem_assocs: minor rework.Tristan Gingold2020-02-011-32/+32
|
* ghdllocal: remove unused use clause.Tristan Gingold2020-02-011-1/+0
|
* ghdllocal: add command --elab-orderTristan Gingold2020-02-012-1/+72
|
* synth-inference: use the mux output to detect end of walk. Fix #1122Tristan Gingold2020-02-011-1/+8
|
* synth-oper: handle std_match for slv. Close #1121Tristan Gingold2020-01-311-1/+2
|
* trans-chap8: optimize assignment for non-overlapping targets.Tristan Gingold2020-01-311-11/+108
|
* netlists-expands: also handle ror.Tristan Gingold2020-01-301-7/+24
|
* synth: handle some rotation and shifts. Fix #1077Tristan Gingold2020-01-307-1/+203
|
* ghdlcomp: renaming; allow files in any order for --synth.Tristan Gingold2020-01-304-9/+15
|
* translate: add Convert_Array_Base. For #1038Tristan Gingold2020-01-273-8/+29
|
* netlists-disp_vhdl: minor rework.Tristan Gingold2020-01-261-2/+2
|
* synth: convert subtype on return. Fix #1116Tristan Gingold2020-01-261-1/+1
|
* synth: avoid crash on incorrect slice direction. For #1116Tristan Gingold2020-01-262-1/+10
|
* synth: handle function call in names. Fix #1114Tristan Gingold2020-01-251-0/+6
|
* synth: improve support of 0-width nets and gates. Fix #1113Tristan Gingold2020-01-254-19/+30
|
* synth: handle matching comparisons. Fix #1109Tristan Gingold2020-01-243-98/+356
|
* vhdl-sem_inst: recompute subprogram hash after instantiation.Tristan Gingold2020-01-221-0/+6
|
* synth-static_oper: handle array-element concatenation.Tristan Gingold2020-01-211-0/+20
|
* synth: add id_abs gate. For #1101Tristan Gingold2020-01-208-17/+37
|
* synth-static_oper: handle element/array concat.Tristan Gingold2020-01-201-0/+20
|
* synth: handle more signed operations. For #1101Tristan Gingold2020-01-193-13/+59
|
* synth-oper: handle more signed comparisons. For #1101Tristan Gingold2020-01-191-9/+93
|
* synth-stmts: allow slice within a record element. Fix #1100.Tristan Gingold2020-01-191-4/+0
|
* netlists-builders: relax assertion. Fix #1099Tristan Gingold2020-01-191-1/+0
|
* synth-expr: remove unused with-ed package.Tristan Gingold2020-01-181-1/+0
|
* synth: rewrite to work-around old compiler wrong warning.Tristan Gingold2020-01-181-10/+4
|
* synth: fix a typo in a comment.Tristan Gingold2020-01-181-1/+1
|