Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl: recognize find_leftmost/find_rightmost. For #1460 | Tristan Gingold | 2020-09-16 | 1 | -0/+30 |
| | |||||
* | vhdl: recognize reduce operations from numeric_std. | Tristan Gingold | 2020-09-14 | 1 | -0/+54 |
| | | | | Handle them in synthesis. | ||||
* | vhdl: replace base_type with parent_type in nodes | Tristan Gingold | 2020-07-22 | 1 | -0/+1 |
| | | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints. | ||||
* | vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325 | Tristan Gingold | 2020-05-19 | 1 | -8/+8 |
| | |||||
* | synth: handle ieee.numeric_std.to_01 | Tristan Gingold | 2020-03-22 | 1 | -0/+25 |
| | |||||
* | vhdl: recognize minimum/maximum in numeric_std. For #1168 | Tristan Gingold | 2020-03-21 | 1 | -0/+40 |
| | |||||
* | vhdl: recognize mod/rem operators. | Tristan Gingold | 2020-03-10 | 1 | -0/+40 |
| | |||||
* | synth: handle matching comparisons. Fix #1109 | Tristan Gingold | 2020-01-24 | 1 | -0/+120 |
| | |||||
* | synth: add id_abs gate. For #1101 | Tristan Gingold | 2020-01-20 | 1 | -0/+9 |
| | |||||
* | synth: handle more signed operations. For #1101 | Tristan Gingold | 2020-01-19 | 1 | -6/+6 |
| | |||||
* | vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077 | Tristan Gingold | 2020-01-11 | 1 | -6/+30 |
| | |||||
* | 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 |