aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-disp_vhdl.adb
Commit message (Expand)AuthorAgeFilesLines
* synth-disp_vhdl: fix incorrect code for record of widthTristan Gingold2019-10-081-1/+3
* synth-disp_vhdl: handle array/record of 1 element.Tristan Gingold2019-10-081-3/+11
* synth-disp_vhdl: handle enum of width 1 forTristan Gingold2019-10-071-2/+6
* synth-disp_vhdl: handle in conversions from bitvector. Fix #940Tristan Gingold2019-09-251-0/+5
* synth-disp_vhdl: handle disp conversion with bits (and boolean).Tristan Gingold2019-09-251-5/+17
* synth-disp_vhdl: improve support of boolean, suv.Tristan Gingold2019-09-151-17/+16
* synth: improve support of negative integer values.Tristan Gingold2019-09-111-1/+6
* synth: Add width field in type_type record.Tristan Gingold2019-09-111-4/+4
* synth-disp_vhdl: handle arrays in disp_out_converter.Tristan Gingold2019-09-051-1/+19
* synth-disp_vhdl: handle records for outputs.Tristan Gingold2019-09-041-42/+76
* synth-disp_vhdl: handle record for input ports.Tristan Gingold2019-09-031-29/+91
* initial support for reduce and/or (#900)Pepijn de Vos2019-08-201-1/+2
* synth: handle integers for displaying vhdl ports.Tristan Gingold2019-08-161-0/+10
* add synthesis support for logic operators on numeric types (#893)Pepijn de Vos2019-08-151-0/+11
* synth: handle 1 bit integer in disp_vhdl, fix range in synth-expr.Tristan Gingold2019-08-081-3/+12
* synth: handle more conversions in disp_vhdlTristan Gingold2019-07-291-1/+44
* synth: use original entity to display netlist.Tristan Gingold2019-07-231-0/+231