aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vhdl-sem_names: check name staticness of signal attributes. Fix #1412Tristan Gingold2020-08-081-58/+79
* vhdl-canon: minor cleanup.Tristan Gingold2020-08-082-61/+0
* vhdl: renaming in vhdl-canon.Tristan Gingold2020-08-085-188/+202
* testsuite/synth: add tests for std_logic_unsigned and std_logic_signed.Tristan Gingold2020-08-0734-0/+1122
* testsuite/synth: add more tests for std_logic_arithTristan Gingold2020-08-079-1/+371
* synth-oper: handle operators of std_logic_unsigned.Tristan Gingold2020-08-071-65/+99
* synth-oper: handle more std_logic_arith operators.Tristan Gingold2020-08-071-226/+180
* vhdl: recognize more operators for std_logic_unsigned/signed.Tristan Gingold2020-08-073-206/+328
* vhdl: recognize more std_logic_arith operators.Tristan Gingold2020-08-076-327/+436
* doc: debugging with LLVM >=6 is supportedeine2020-08-071-1/+1
* testsuite/gna: add a test for #887Tristan Gingold2020-08-073-0/+125
* testsuite/gna: add a test for #961Tristan Gingold2020-08-072-0/+116
* testsuite/gna: add test for #922Tristan Gingold2020-08-072-0/+33
* netlists: preliminary support of memory of depth one.Tristan Gingold2020-08-061-2/+0
* testsuite/synth: add a test for #1426Tristan Gingold2020-08-062-0/+63
* synth: handle an operation from std_logic_unsigned. For #1426Tristan Gingold2020-08-061-1/+2
* testsuite/synth: add tests for std_logic_arithTristan Gingold2020-08-0617-0/+1055
* 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
* testsuite/synth: add test for #1421Tristan Gingold2020-08-065-0/+92
* synth: push extract on mux2 for inference. For #1421Tristan Gingold2020-08-063-17/+52
* testsuite/gna: improve testing.Tristan Gingold2020-08-052-1/+7
* 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
* testsuite/gna: add a test for #852Tristan Gingold2020-08-053-44/+71
* ghwlib: minor change to verbose.Tristan Gingold2020-08-051-1/+1
* testsuite/gna: add a test for #1131Tristan Gingold2020-08-055-0/+112
* grt: adjust previous patch on grt-wavesTristan Gingold2020-08-054-20/+35
* testsuite/gna: add tests for #756Tristan Gingold2020-08-053-0/+59
* testsuite/gna: add a test for #821Tristan Gingold2020-08-052-0/+32
* testsuite/gna: add test for #899Tristan Gingold2020-08-052-0/+24
* Adjust testcase for #1201Tristan Gingold2020-08-051-1/+1
* testsuite/gna: add a test for #780Tristan Gingold2020-08-053-0/+62
* testsuite/gna: add a test for #852Tristan Gingold2020-08-052-0/+164
* testsuite/gna: add a test for #1067Tristan Gingold2020-08-042-0/+36
* testsuite/gna: add a test for #1128.Tristan Gingold2020-08-042-0/+25
* testsuite/synth: add a test for #1424Tristan Gingold2020-08-042-0/+27
* 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
* testsuite/gna: add a test for #1420Tristan Gingold2020-08-045-0/+328
* grt-disp_signals: fix handling of unbounded aggregates.Tristan Gingold2020-08-043-10/+6
* testsuite/gna: add a test for #1420Tristan Gingold2020-08-042-0/+39
* 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