Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flooring division operator | Xiretza | 2020-05-28 | 1 | -1/+1 |
| | | | | | | | | | | The $div and $mod cells use truncating division semantics (rounding towards 0), as defined by e.g. Verilog. Another rounding mode, flooring (rounding towards negative infinity), can be used in e.g. VHDL. The new $divfloor cell provides this flooring division. This commit also fixes the handling of $div in opt_expr, which was previously optimized as if it was $divfloor. | ||||
* | Add flooring modulo operator | Xiretza | 2020-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | The $div and $mod cells use truncating division semantics (rounding towards 0), as defined by e.g. Verilog. Another rounding mode, flooring (rounding towards negative infinity), can be used in e.g. VHDL. The new $modfloor cell provides this flooring modulo (also known as "remainder" in several languages, but this name is ambiguous). This commit also fixes the handling of $mod in opt_expr, which was previously optimized as if it was $modfloor. | ||||
* | Minor presentation fixes | Clifford Wolf | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -2/+2 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | Various presentation fixes | Clifford Wolf | 2015-02-09 | 1 | -7/+14 |
| | |||||
* | Various documentation updates | Clifford Wolf | 2014-11-08 | 1 | -37/+42 |
| | |||||
* | Removed $bu0 cell type | Clifford Wolf | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Renamed $_INV_ cell type to $_NOT_ | Clifford Wolf | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | RIP $safe_pmux | Clifford Wolf | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Progress in presentation | Clifford Wolf | 2014-06-26 | 1 | -11/+13 |
| | |||||
* | Progress in presentation | Clifford Wolf | 2014-06-22 | 1 | -42/+398 |
| | |||||
* | presentation progress | Clifford Wolf | 2014-02-06 | 1 | -0/+23 |
| | |||||
* | presentation progress | Clifford Wolf | 2014-02-05 | 1 | -1/+107 |
| | |||||
* | presentation progress | Clifford Wolf | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | presentation progress | Clifford Wolf | 2014-02-03 | 1 | -0/+98 |