aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-2044-302/+293
| | | | Global renaming.
* testsuite/synth: add a test for #1251Tristan Gingold2020-04-202-0/+23
|
* synth: avoid a crash while assigning null wires. Fix #1251Tristan Gingold2020-04-201-1/+5
|
* testsuite/synth: add test for #1250Tristan Gingold2020-04-203-0/+55
|
* synth: improve handling of nested memories. Fix #1250Tristan Gingold2020-04-206-88/+107
|
* synth-values-debug: improve debug_typ.Tristan Gingold2020-04-191-4/+26
|
* synth-stmts: add comments.Tristan Gingold2020-04-191-1/+9
|
* testsuite/synth: add a test for #1244Tristan Gingold2020-04-192-0/+127
|
* synth: reject protected types. Fix #1244Tristan Gingold2020-04-196-8/+51
|
* synth-oper: handle std_logic_arith_mul_uns_sgn_sgn. For #1239Tristan Gingold2020-04-191-9/+25
|
* testsuite/synth: add tests for #1239Tristan Gingold2020-04-193-0/+39
|
* synth-aggr: check bound errors. Fix #1239Tristan Gingold2020-04-191-25/+68
|
* testsuite/synth: add first case for #1239Tristan Gingold2020-04-192-0/+106
|
* synth-insts: fix a crash on subtype indication of blackbox components.Tristan Gingold2020-04-191-7/+9
| | | | For #1239
* testsuite/synth: adjust harness of #1243Tristan Gingold2020-04-191-0/+1
|
* testsuite/synth: add test for #1243Tristan Gingold2020-04-183-0/+688
|
* synth-stmts: propagate errors. For #1243Tristan Gingold2020-04-181-18/+23
|
* synth-oper: check that dyadic logical operands have same length. Fix #1243Tristan Gingold2020-04-181-1/+4
|
* testsuite/synth: complete test for #1240Tristan Gingold2020-04-182-0/+33
|
* netlists-butils: handle case statement with negative values. Fix #1240Tristan Gingold2020-04-181-19/+35
|
* testsuite/synth: add tests from #1240Tristan Gingold2020-04-184-0/+52
|
* synth-expr: rework handling of overflow_literal. For #1240Tristan Gingold2020-04-181-8/+2
|
* testsuite/gna: complete test #1240Tristan Gingold2020-04-181-0/+8
|
* vhdl-evaluation: remove some cascaded errors.Tristan Gingold2020-04-184-27/+31
| | | | Add an argument to eval_is_in_bound for the return value of overflow literal.
* vhdl-prints: handle evaluated expression for qualified_expression.Tristan Gingold2020-04-183-16/+52
|
* synth-values-debug: handle all kind of valtyp.Tristan Gingold2020-04-181-1/+13
|
* testsuite/gna: add a test from #1240Tristan Gingold2020-04-183-0/+37
|
* vhdl-sem_expr: report during analysis out-of-range qualified expressions.Tristan Gingold2020-04-181-0/+3
| | | | For #1240
* testsuite/synth: add a test for #1241Tristan Gingold2020-04-183-0/+72
|
* netlists-expands: fix handling of non-consective extractions. Fix #1241Tristan Gingold2020-04-182-2/+5
|
* Adjust vests tests for #1237Tristan Gingold2020-04-172-7/+7
|
* testsuite/synth: add a test for #1237Tristan Gingold2020-04-172-0/+30
|
* testsuite/gna: adjust harness after change for #1237Tristan Gingold2020-04-172-2/+4
|
* vhdl-evaluation: static out of bounds values are now a warning. For #1237Tristan Gingold2020-04-172-10/+17
| | | | Also adjust 'Image attribute evaluation and translate for thin arrays.
* grt-vpi: potential fix for win32 regression detected by #1228Tristan Gingold2020-04-171-1/+2
|
* testsuite/gna: add a test for #1233Tristan Gingold2020-04-173-0/+154
|
* grt-vpi: free iterator to fix memory leak. Fix #1233Tristan Gingold2020-04-171-2/+25
|
* testsuite/synth: add a testcase for #1236Tristan Gingold2020-04-172-0/+18
|
* vhdl: reject top-level entities with a type generic. Fix #1236Tristan Gingold2020-04-171-5/+16
|
* testcase/synth: add case for #1234Tristan Gingold2020-04-172-0/+18
|
* synth-expr: handle parenthesis_expression. Fix #1234Tristan Gingold2020-04-171-0/+3
|
* testsuite/gna: rename file for windows. For #1229Tristan Gingold2020-04-163-4/+4
| | | | 'aux' is a reserved filename on Windows...
* testsuite/synth: add case from #1231Tristan Gingold2020-04-164-0/+100
|
* synth-stmts: print report message on assertion failure. Fix #1231Tristan Gingold2020-04-161-1/+20
|
* testsuite/synth: adjust #1230Tristan Gingold2020-04-161-1/+1
|
* testsuite/gna: simplify test #1229Tristan Gingold2020-04-161-4/+4
|
* testsuite/synth: add test for #1230Tristan Gingold2020-04-162-0/+41
|
* synth-values-debug: add debug_typ.Tristan Gingold2020-04-162-0/+48
|
* synth: check for matching bounds in subtype conversions.Tristan Gingold2020-04-161-1/+11
|
* synth: fix bounds computation for concatenations.Tristan Gingold2020-04-161-3/+4
|