aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* synth-oper: handle std_logic_arith."=" for unsigned. Fix #1424Tristan Gingold2020-08-041-0/+1
* synth: fix handling of static index in indexed names. For #1421Tristan Gingold2020-08-032-2/+3
* 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