Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: recognize div operators. | Tristan Gingold | 2019-09-30 | 1 | -0/+20 |
| | |||||
* | vhdl: recognize rotate functions. | Tristan Gingold | 2019-09-22 | 1 | -0/+12 |
| | |||||
* | vhdl-ieee-numeric: recognize shift_right. | Tristan Gingold | 2019-09-11 | 1 | -17/+31 |
| | |||||
* | vhdl: recognize numeric_std shift_left. | Tristan Gingold | 2019-09-11 | 1 | -0/+19 |
| | |||||
* | vhdl: recognize numeric_std mul. | Tristan Gingold | 2019-09-07 | 1 | -0/+20 |
| | |||||
* | vhdl synth: recognize more operators (add uns log). | Tristan Gingold | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | vhdl: recognize ieee.numeric_std std_match. | Tristan Gingold | 2019-08-30 | 1 | -0/+32 |
| | |||||
* | add synthesis support for logic operators on numeric types (#893) | Pepijn de Vos | 2019-08-15 | 1 | -0/+93 |
| | | | | | | | | * add logic operators on unsigned * handle signed too * handle unary not | ||||
* | vhdl: recognize resize function. | Tristan Gingold | 2019-07-24 | 1 | -0/+33 |
| | |||||
* | synth: add > and >= operators (#870) | Pepijn de Vos | 2019-07-16 | 1 | -0/+60 |
| | | | | | | * synth: add > and >= operators * synth: update ghdlsynth_gates.h | ||||
* | synth: handle some "/=". | Tristan Gingold | 2019-07-04 | 1 | -0/+20 |
| | |||||
* | vhdl: recognize more numeric_std predefined functions. | Tristan Gingold | 2019-06-23 | 1 | -0/+20 |
| | |||||
* | vhdl: recognize to_integer/to_signed/to_unsigned. | Tristan Gingold | 2019-06-20 | 1 | -0/+52 |
| | |||||
* | synth: added support for numeric_std unary negation | Christos Gentsos | 2019-06-06 | 1 | -0/+24 |
| | |||||
* | synth: handle numeric_std subtraction (addition was already there) | Christos Gentsos | 2019-06-06 | 1 | -0/+20 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | vhdl: move ieee packages to vhdl children. | Tristan Gingold | 2019-05-05 | 1 | -0/+259 |