aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-0119-112/+627
| | | | For #1416
* vhdl: add force and release tokens. For #1416Tristan Gingold2020-08-014-70/+76
|
* synth: add --no-assert-cover option. Fix #1414Tristan Gingold2020-07-313-6/+18
|
* synth: do not consider all ieee packages as predefined.Tristan Gingold2020-07-301-7/+24
| | | | | | | In particular, the vhdl 2008 fixed point packages are considered as regular packages. Fix #1417
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-304-87/+66
| | | | Fix #1403
* synth: add support for static numeric_std division.Tristan Gingold2020-07-304-0/+188
|
* translate: add a function to get allocation kind of layout var.Tristan Gingold2020-07-293-1/+15
| | | | Fix #1415
* trans-chap6: adjust types in translate_selected_element.Tristan Gingold2020-07-281-24/+28
|
* trans-chap8: avoid to create slice type too late.Tristan Gingold2020-07-281-0/+10
|
* translate: fix foreach_non_composite for arrays with unbounded elements.Tristan Gingold2020-07-273-6/+11
|
* translate: handle slice of arrays with unbounded elements.Tristan Gingold2020-07-275-23/+83
|
* trans-chap3: renaming to clarify parameters.Tristan Gingold2020-07-272-9/+9
|
* trans-chap6: minor rework in translate_slice_name_finishTristan Gingold2020-07-271-32/+39
|
* synth-stmts: improve support of instantiated subprograms. Fix #1408Tristan Gingold2020-07-271-3/+3
|
* synth-expr: add minimal support for 'instance_name. For #1408Tristan Gingold2020-07-271-0/+14
|
* synth: generalize static condition for if statement. Fix #1407Tristan Gingold2020-07-261-4/+4
|
* synth-debugger: update code.Tristan Gingold2020-07-261-17/+15
|
* synth: add -g option to enable debugger on some errors.Tristan Gingold2020-07-262-1/+3
|
* ortho/debug: check subtype for array subtype.Tristan Gingold2020-07-261-5/+2
|
* synth-aggr: handle strings in aggregates. Fix #1406Tristan Gingold2020-07-251-0/+25
|
* ortho/oread: parse subarray element type.Tristan Gingold2020-07-251-7/+17
|
* trans-chap8: fix handling of some aggregate assignments.Tristan Gingold2020-07-251-37/+48
|
* trans-chap3: copy array subtype bounds from parent if derivedTristan Gingold2020-07-252-13/+33
|
* vhdl/translate: add comments.Tristan Gingold2020-07-251-7/+11
|
* trans-chap3: handle constant subtype indication.Tristan Gingold2020-07-251-22/+27
|
* vhdl: adjust hanlding of guard signals for translate.Tristan Gingold2020-07-252-191/+195
|
* trans: propagate parent_type changes.Tristan Gingold2020-07-255-50/+28
|
* trans-chap3: do not rewrite layout bounds when constant.Tristan Gingold2020-07-251-0/+5
|
* grt: handle unbounded array subtype in rtis and wavesTristan Gingold2020-07-254-13/+72
|
* translate: improve support of unbounded records and arrays.Tristan Gingold2020-07-2513-802/+854
|
* src/ortho/oread/tests: fix 2 tests.Tristan Gingold2020-07-252-27/+27
|
* ortho/oread/tests: adjust one more test.Tristan Gingold2020-07-252-12/+28
|
* netlists-inference: do not infere a memory in case of reset.Tristan Gingold2020-07-251-0/+1
| | | | Fix ghdl/ghdl-yosys-plugin#128
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-2535-441/+1455
|
* vhdl-sem_lib: avoid a crash in explain_obsolete.Tristan Gingold2020-07-251-1/+4
|
* synth: fix handling of multi-dim ROM. Fix #1390Tristan Gingold2020-07-243-24/+26
| | | | Document index order for memidx.
* netlists-memories: minor style fix.Tristan Gingold2020-07-221-2/+2
|
* errorout-console: print colors in one system call.Tristan Gingold2020-07-221-9/+8
| | | | | To be sure that the escape sequence is not mixed with other writes from a different process.
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-2220-492/+431
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* synth: disp_vhdl: const_x may not have a location.Tristan Gingold2020-07-211-0/+1
|
* vhdl trans-chap7: fix result of read with length. Fix #1392Tristan Gingold2020-07-191-11/+70
|
* synth-oper: handle sub uns/log.Tristan Gingold2020-07-191-0/+1
|
* Return success in vpi_get_vlog_infoKaleb Barrett2020-07-191-1/+1
|
* Return correct verison number in vpi_get_vlog_infoKaleb Barrett2020-07-191-2/+4
|
* vhdl/translate: clarify meaning of Mstate_E for Mnode.Tristan Gingold2020-07-184-47/+62
| | | | | Split into Mstate_Ev (for values) and Mstate_Ep (for pointers). Also fix stabilize calls for Ev.
* vhdl-sem_decls: handle multiple declarations with subtype attribute.Tristan Gingold2020-07-182-5/+9
|
* vhdl: add missing xrefs for record subtype indicationsTristan Gingold2020-07-181-0/+1
|
* vhdl: fix ownership for recors subtypes.Tristan Gingold2020-07-184-273/+288
|
* ghdlprint: enable missing xrefs warningTristan Gingold2020-07-181-0/+1
|
* vhdl: improve support of subtype attribute.Tristan Gingold2020-07-189-66/+181
| | | | | A subtype definition does not mean anymore that the subtype is constrained. It is now defined by the subtype indication of the name.