aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vhdl: recognize more operators for std_logic_unsigned/signed.Tristan Gingold2020-08-072-32/+128
* vhdl: recognize more std_logic_arith operators.Tristan Gingold2020-08-074-27/+122
* netlists: preliminary support of memory of depth one.Tristan Gingold2020-08-061-2/+0
* synth: handle an operation from std_logic_unsigned. For #1426Tristan Gingold2020-08-061-1/+2
* synth-oper: handle more operations for std_logic_arith. For #1426Tristan Gingold2020-08-062-142/+339
* trans-chap6: fix reuse violation of a node.Tristan Gingold2020-08-061-0/+1
* synth-oper: propagate errors from unsupported operations.Tristan Gingold2020-08-061-2/+7
* synth-disp_vhdl: minor output indentation fix.Tristan Gingold2020-08-061-1/+1
* synth-oper: handle < for enums.Tristan Gingold2020-08-061-0/+2
* synth: push extract on mux2 for inference. For #1421Tristan Gingold2020-08-063-17/+52
* vhdl-sem_names: use element type of prefix type for indexed names.Tristan Gingold2020-08-052-10/+16
* ortho/debug: fix type of indexed_name.Tristan Gingold2020-08-051-2/+4
* grt: import changes from gtkwave to ghwlibTristan Gingold2020-08-052-1/+8
* ghwlib: minor change to verbose.Tristan Gingold2020-08-051-1/+1
* grt: adjust previous patch on grt-wavesTristan Gingold2020-08-054-20/+35
* synth-oper: handle std_logic_arith."=" for unsigned. Fix #1424Tristan Gingold2020-08-041-0/+1
* grt: handle more unbounded types in disp_rti and ghw.Tristan Gingold2020-08-047-253/+390
* grt-disp_signals: fix handling of unbounded aggregates.Tristan Gingold2020-08-043-10/+6
* grt: fix crash in --dump-rti for array of unbounded records.Tristan Gingold2020-08-043-3/+26
* translate: minor changes.Tristan Gingold2020-08-043-4/+2
* llvm6: fix debug info generation for arraysTristan Gingold2020-08-041-1/+1
* synth: fix handling of static index in indexed names. For #1421Tristan Gingold2020-08-032-2/+3
* vhdl: handle force/release statements in translate and grt. For #1416Tristan Gingold2020-08-038-161/+688
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-0119-112/+627
* 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
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-304-87/+66
* 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
* 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