aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/simcells.v
Commit message (Collapse)AuthorAgeFilesLines
* Add $aldff and $aldffe: flip-flops with async load.Marcelina Kościelnicka2021-10-021-0/+284
|
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* simcells: Fix reset polarity for $_DLATCH_???_ cells.Marcelina Kościelnicka2020-06-301-4/+4
|
* Add new builtin FF typesMarcelina Kościelnicka2020-06-231-0/+1984
| | | | | | | | | | | | | | The new types include: - FFs with async reset and enable (`$adffe`, `$_DFFE_[NP][NP][01][NP]_`) - FFs with sync reset (`$sdff`, `$_SDFF_[NP][NP][01]_`) - FFs with sync reset and enable, reset priority (`$sdffs`, `$_SDFFE_[NP][NP][01][NP]_`) - FFs with sync reset and enable, enable priority (`$sdffce`, `$_SDFFCE_[NP][NP][01][NP]_`) - FFs with async reset, set, and enable (`$dffsre`, `$_DFFSRE_[NP][NP][NP][NP]_`) - latches with reset or set (`$adlatch`, `$_DLATCH_[NP][NP][01]_`) The new FF types are not actually used anywhere yet (this is left for future commits).
* Fix the truth table for $_SR_* cells.Marcelina Kościelnicka2020-04-151-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ścielnicki2020-04-021-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 costsClifford Wolf2019-08-061-0/+19
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix typo.whitequark2018-12-051-2/+2
|
* Add $_ANDNOT_ and $_ORNOT_ gatesClifford Wolf2017-05-171-0/+38
|
* Added $global_clock verilog syntax support for creating $ff cellsClifford Wolf2016-10-141-0/+17
|
* Progress in cell library documentationClifford Wolf2016-02-011-0/+238
|
* Progress on cell help messagesClifford Wolf2015-10-201-18/+114
|
* Progress on cell help messagesClifford Wolf2015-10-171-50/+94
|
* Added more cell descriptionsClifford Wolf2015-10-141-0/+85
|
* Added first help messages for cell typesClifford Wolf2015-10-141-0/+250
|
* Added $tribuf and $_TBUF_ sim modelsClifford Wolf2015-08-161-0/+6
|
* Another block of spelling fixesLarry Doolittle2015-08-141-1/+1
| | | | Smaller this time
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* Added $_MUX4_, $_MUX8_, and $_MUX16_ cell typesClifford Wolf2015-04-051-0/+29
|
* Added $_DFFE_??_ cell typesClifford Wolf2014-12-081-0/+32
|
* Added $_BUF_ cell typeClifford Wolf2014-10-031-0/+6
|
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ ↵Clifford Wolf2014-08-161-0/+42
| | | | $_OAI4_
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-151-2/+2
|
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-311-1/+1
|
* Added support for dlatchsr cellsClifford Wolf2014-03-311-0/+104
|
* Renamed stdcells_sim.v to simcells.v and fixed blackbox.vClifford Wolf2013-11-241-0/+327