aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-ieee-numeric.adb
Commit message (Collapse)AuthorAgeFilesLines
* add synthesis support for logic operators on numeric types (#893)Pepijn de Vos2019-08-151-0/+93
| | | | | | | | * add logic operators on unsigned * handle signed too * handle unary not
* vhdl: recognize resize function.Tristan Gingold2019-07-241-0/+33
|
* synth: add > and >= operators (#870)Pepijn de Vos2019-07-161-0/+60
| | | | | | * synth: add > and >= operators * synth: update ghdlsynth_gates.h
* synth: handle some "/=".Tristan Gingold2019-07-041-0/+20
|
* vhdl: recognize more numeric_std predefined functions.Tristan Gingold2019-06-231-0/+20
|
* vhdl: recognize to_integer/to_signed/to_unsigned.Tristan Gingold2019-06-201-0/+52
|
* synth: added support for numeric_std unary negationChristos Gentsos2019-06-061-0/+24
|
* synth: handle numeric_std subtraction (addition was already there)Christos Gentsos2019-06-061-0/+20
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
|
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-051-0/+259