Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the truth table for $_SR_* cells. | Marcelina Kościelnicka | 2020-04-15 | 1 | -20/+16 |
| | | | | | | | | This brings the documented behavior for these cells in line with $_DFFSR_* and $_DLATCHSR_*, which is that R has priority over S. The models were already reflecting that behavior. Also get rid of sim-synth mismatch in the models while we're at it. | ||||
* | simcells.v: Generate the fine FF cell types by a python script. | Marcin Kościelnicki | 2020-04-02 | 1 | -19/+31 |
| | | | | | | This makes adding more FF types in the future much more manageable. Fixes #1824. | ||||
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -0/+19 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix typo. | whitequark | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 1 | -0/+38 |
| | |||||
* | Added $global_clock verilog syntax support for creating $ff cells | Clifford Wolf | 2016-10-14 | 1 | -0/+17 |
| | |||||
* | Progress in cell library documentation | Clifford Wolf | 2016-02-01 | 1 | -0/+238 |
| | |||||
* | Progress on cell help messages | Clifford Wolf | 2015-10-20 | 1 | -18/+114 |
| | |||||
* | Progress on cell help messages | Clifford Wolf | 2015-10-17 | 1 | -50/+94 |
| | |||||
* | Added more cell descriptions | Clifford Wolf | 2015-10-14 | 1 | -0/+85 |
| | |||||
* | Added first help messages for cell types | Clifford Wolf | 2015-10-14 | 1 | -0/+250 |
| | |||||
* | Added $tribuf and $_TBUF_ sim models | Clifford Wolf | 2015-08-16 | 1 | -0/+6 |
| | |||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -1/+1 |
| | | | | Smaller this time | ||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Added $_MUX4_, $_MUX8_, and $_MUX16_ cell types | Clifford Wolf | 2015-04-05 | 1 | -0/+29 |
| | |||||
* | Added $_DFFE_??_ cell types | Clifford Wolf | 2014-12-08 | 1 | -0/+32 |
| | |||||
* | Added $_BUF_ cell type | Clifford Wolf | 2014-10-03 | 1 | -0/+6 |
| | |||||
* | Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ ↵ | Clifford Wolf | 2014-08-16 | 1 | -0/+42 |
| | | | | $_OAI4_ | ||||
* | Renamed $_INV_ cell type to $_NOT_ | Clifford Wolf | 2014-08-15 | 1 | -2/+2 |
| | |||||
* | Renamed "stdcells.v" to "techmap.v" | Clifford Wolf | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | Added support for dlatchsr cells | Clifford Wolf | 2014-03-31 | 1 | -0/+104 |
| | |||||
* | Renamed stdcells_sim.v to simcells.v and fixed blackbox.v | Clifford Wolf | 2013-11-24 | 1 | -0/+327 |