Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |