Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Add flooring modulo operator | Xiretza | 2020-05-28 | 1 | -2/+3 |
| | | | | | | | | | | | 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. | ||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -72/+72 |
| | |||||
* | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 1 | -70/+70 |
| | |||||
* | substr() -> compare() | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "whitebox" attribute, add "read_verilog -wb" | Clifford Wolf | 2019-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Minor update | Aman Goel | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Update to .smv backend | Aman Goel | 2018-10-01 | 1 | -33/+52 |
| | | | | Splitting VAR and ASSIGN into IVAR, VAR, DEFINE and ASSIGN. This allows better handling by nuXmv for post-processing (since now only state variables are listed under VAR). | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 1 | -3/+7 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -5/+5 |
| | |||||
* | Bugfix in SMV back-end for partially unassigned wires | Clifford Wolf | 2015-08-05 | 1 | -4/+16 |
| | |||||
* | Added $assert support to SMV back-end | Clifford Wolf | 2015-08-04 | 1 | -4/+21 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Added init support to SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -1/+3 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -64/+115 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -13/+59 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-18 | 1 | -24/+94 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-17 | 1 | -11/+72 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-17 | 1 | -11/+64 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-16 | 1 | -3/+46 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-15 | 1 | -2/+95 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-15 | 1 | -7/+85 |
| | |||||
* | Added "write_smv" skeleton | Clifford Wolf | 2015-06-15 | 1 | -0/+258 |