aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-disp_vhdl.adb
Commit message (Collapse)AuthorAgeFilesLines
* synth: add > and >= operators (#870)Pepijn de Vos2019-07-161-0/+6
| | | | | | * synth: add > and >= operators * synth: update ghdlsynth_gates.h
* synth: add Id_Port gate to improve display.Tristan Gingold2019-07-101-1/+21
|
* synth: display instances in reverse order.Tristan Gingold2019-07-101-5/+28
|
* synth: handle instantiation (WIP)Tristan Gingold2019-07-101-8/+19
|
* netlists-disp_vhdl: display initial value of idff.Tristan Gingold2019-07-041-19/+32
|
* netlists: add reduce_or/reduce_and gates.Tristan Gingold2019-07-041-0/+13
|
* netlists: add assume gate.Tristan Gingold2019-07-041-0/+3
|
* synth: handle concurrent assertions.Tristan Gingold2019-07-021-0/+2
|
* netlists-disp_vhdl: handle xor.Tristan Gingold2019-07-021-0/+2
|
* netlists-disp_vhdl: handle dyn_insert, fix mul.Tristan Gingold2019-07-011-20/+36
|
* synth: add dyn_insert module.Tristan Gingold2019-07-011-0/+46
|
* netlists-disp_vhdl: handle numbers in disp_template.Tristan Gingold2019-07-011-14/+22
|
* netlists disp_vhdl: rewrite uextend.Tristan Gingold2019-07-011-5/+7
|
* synth: add ule, fix gate number.Tristan Gingold2019-06-301-1/+7
|
* synth: disp_vhdl: merge literals.Tristan Gingold2019-06-281-88/+129
|
* synth: Move get_input_net to netlists.utils.Tristan Gingold2019-06-281-1/+1
|
* synth: fix disp_vhdl. Can now be analyzed.Tristan Gingold2019-06-281-68/+159
|
* synth: disp_vhdl: handle mux2Tristan Gingold2019-06-281-3/+28
|
* synth: add get_input_net helper.Tristan Gingold2019-06-281-8/+8
|
* synth: disp_vhdl: add disp_template.Tristan Gingold2019-06-281-23/+46
|
* synth: improve disp_vhdl.Tristan Gingold2019-06-281-80/+232
|
* netlist-disp_vhdl: display parameters, fix outputTristan Gingold2019-06-121-11/+45
|
* synth: add disp_vhdl.Tristan Gingold2019-05-211-0/+239