aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/synth: add a test for previous commitTristan Gingold2020-04-223-1/+122
|
* netlists-memories: improve support of memoriesTristan Gingold2020-04-221-46/+50
|
* synth: extend purpose of -dm debug option.Tristan Gingold2020-04-221-0/+2
|
* synth: support -v option.Tristan Gingold2020-04-223-0/+13
|
* synth: ignore signal attribute.Tristan Gingold2020-04-222-0/+9
|
* testsuite/synth: add a test for ghdl-yosys-plugin#108Tristan Gingold2020-04-222-0/+28
|
* synth-oper: handle dynamic slice in operands. Fix ghdl-yosys-plugin#108Tristan Gingold2020-04-221-7/+18
|
* testsuite/synth: add a test for #1254Tristan Gingold2020-04-223-0/+49
|
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-228-45/+62
|
* testsuite/synth: add tests for #1238Tristan Gingold2020-04-225-0/+129
|
* synth: insert resolver to handle multiple drivers to a signal. Fix #1238Tristan Gingold2020-04-221-3/+52
|
* netlists: add resolver gate.Tristan Gingold2020-04-223-0/+26
|
* netlists: infere tri gate.Tristan Gingold2020-04-223-0/+44
|
* synth-context: Use Const_Z gate for 'Z' constants.Tristan Gingold2020-04-221-7/+23
|
* synth: add tri gate.Tristan Gingold2020-04-225-2/+64
|
* synth: minor refactoring.Tristan Gingold2020-04-223-2/+38
|
* testsuite/synth: add a test for #1242Tristan Gingold2020-04-212-0/+29
|
* synth-stmts: add a limit to the number of iterations. Fix #1242Tristan Gingold2020-04-212-0/+14
|
* testsuite/synth: add test for #1253Tristan Gingold2020-04-213-0/+58
|
* synth-oper: handle more std_logic_arith."+" operations. Fix #1253Tristan Gingold2020-04-211-17/+19
|
* testsuite/gna: add a test for #1246Tristan Gingold2020-04-204-0/+69
|
* translate: fix handling of nested generic package. Fix #1246Tristan Gingold2020-04-201-8/+13
|
* testsuite/gna: add a test for #1252Tristan Gingold2020-04-204-0/+64
|
* vhdl: allow attribute specifications in protected types. For #1252Tristan Gingold2020-04-205-319/+332
|
* 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
|