Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synth: implement static sub_sgn_int. Fix #1265 | Tristan Gingold | 2020-04-26 | 1 | -0/+31 |
* | synth-static_oper: handle mul uns nat. (#1200) | bwimm | 2020-04-07 | 1 | -0/+13 |
* | synth-static_oper: handle mul nat uns. Fix #1179 | Tristan Gingold | 2020-04-01 | 1 | -0/+27 |
* | synth: handle static sub uns/nat. | Tristan Gingold | 2020-03-13 | 1 | -0/+31 |
* | synth: handle static "-" for unsigned. For of #1087 | Tristan Gingold | 2020-01-13 | 1 | -0/+38 |
* | synth: add static neg for signed. | Tristan Gingold | 2019-12-03 | 1 | -0/+28 |
* | synth: handle static mul sgn sgn. | Tristan Gingold | 2019-11-16 | 1 | -0/+55 |
* | synth: handle static mul uns uns. Fix bit order for add. | Tristan Gingold | 2019-11-16 | 1 | -12/+52 |
* | synth: handle static add uns nat. | Tristan Gingold | 2019-11-16 | 1 | -0/+31 |
* | synth: handle static add sgn int. | Tristan Gingold | 2019-11-16 | 1 | -0/+36 |
* | synth: handle static unsigned/unsigned add. | Tristan Gingold | 2019-11-13 | 1 | -0/+79 |