aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-ieee-numeric.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: recognize div operators.Tristan Gingold2019-09-301-0/+20
|
* vhdl: recognize rotate functions.Tristan Gingold2019-09-221-0/+12
|
* vhdl-ieee-numeric: recognize shift_right.Tristan Gingold2019-09-111-17/+31
|
* vhdl: recognize numeric_std shift_left.Tristan Gingold2019-09-111-0/+19
|
* vhdl: recognize numeric_std mul.Tristan Gingold2019-09-071-0/+20
|
* vhdl synth: recognize more operators (add uns log).Tristan Gingold2019-09-021-2/+2
|
* vhdl: recognize ieee.numeric_std std_match.Tristan Gingold2019-08-301-0/+32
|
* 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