aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
Commit message (Expand)AuthorAgeFilesLines
...
* synth: add --no-assert-cover option. Fix #1414Tristan Gingold2020-07-312-6/+13
* synth: do not consider all ieee packages as predefined.Tristan Gingold2020-07-301-7/+24
* synth: add support for static numeric_std division.Tristan Gingold2020-07-304-0/+188
* 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-261-1/+1
* synth-aggr: handle strings in aggregates. Fix #1406Tristan Gingold2020-07-251-0/+25
* netlists-inference: do not infere a memory in case of reset.Tristan Gingold2020-07-251-0/+1
* synth: fix handling of multi-dim ROM. Fix #1390Tristan Gingold2020-07-243-24/+26
* netlists-memories: minor style fix.Tristan Gingold2020-07-221-2/+2
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-0/+1
* synth: disp_vhdl: const_x may not have a location.Tristan Gingold2020-07-211-0/+1
* synth-oper: handle sub uns/log.Tristan Gingold2020-07-191-0/+1
* synth-static_oper: factorize code.Tristan Gingold2020-07-181-18/+9
* synth-decls: avoid elaboration crash after global signals. For #1387Tristan Gingold2020-07-181-1/+3
* netlists-disp_vhdl: display inout ports as inout.Tristan Gingold2020-07-021-2/+8
* synth-insts: set location on ports. For #1387Tristan Gingold2020-07-021-0/+2
* synth-environment: allow multiple assignments from instance portsTristan Gingold2020-07-021-17/+16
* synth: do not support signals declared in a package.Tristan Gingold2020-07-021-0/+5
* vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641Tristan Gingold2020-06-301-2/+2
* synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-191-5/+6
* synth: handle to_x01. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-191-6/+10
* synth: avoid crash on invalid range. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-192-9/+15
* synth-oper: handle add_uns_int_slv. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-181-1/+2
* ghdlsynth: add --no-formal and help.Tristan Gingold2020-06-162-0/+29
* vhdl: create default configuration for a vunit. Fix #1372Tristan Gingold2020-06-152-1/+4
* synth: handle slices for PSL prev and stable. Fix #1367Tristan Gingold2020-06-121-2/+2
* vhdl: analyze and synth concurrent statements in vunit. Fix #1366Tristan Gingold2020-06-121-1/+6
* Synthesis of PSL built-in fell() function.tmeissner2020-06-071-4/+36
* Synthesis of PSL built-in rose() function.tmeissner2020-06-061-0/+33
* Synthesis of PSL stable() function.tmeissner2020-06-061-11/+49
* netlists-memories: simplify addresses when using a 'to' range. Fix #1348Tristan Gingold2020-06-021-0/+264
* netlists-gates.ads: add comments.Tristan Gingold2020-06-021-6/+8
* netlists-memories: clean up: remove handling of dff/idff in chains.Tristan Gingold2020-06-021-57/+28
* netlists-memories: handle another merge of dff in read ports. For #1348Tristan Gingold2020-06-021-3/+154
* Synthesis of PSL prev function.Tristan Gingold2020-06-023-69/+120
* netlists-dump: shorten UB32 constants.Tristan Gingold2020-05-311-1/+5
* synth: improve support of true dual port rams. For #1069Tristan Gingold2020-05-313-7/+9
* netlists-inference: minor refactoring.Tristan Gingold2020-05-311-79/+64
* netlists-inference: add comments, reorder subprograms.Tristan Gingold2020-05-311-70/+63
* synth: refine -dm debug option. Add -dm2Tristan Gingold2020-05-313-3/+6
* netlists-memories: cleanup.Tristan Gingold2020-05-292-47/+4
* netlists: rework clock handling in memories.Tristan Gingold2020-05-294-83/+108
* netlists: handle UL32 in memory initial value.Tristan Gingold2020-05-292-4/+27
* netlists-inference: factorize code.Tristan Gingold2020-05-291-54/+45
* synth: handle reduction operators. Fix #1342Tristan Gingold2020-05-276-21/+56
* synth-oper: add support for conv_vector.Tristan Gingold2020-05-271-2/+3
* ghdlsynth.h: add API for attributes. For #1318Tristan Gingold2020-05-231-0/+7