aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/stdcells.v
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-311-785/+0
|
* Reorganized stdcells.v (no actual code change, just moved and indented stuff)Clifford Wolf2014-07-311-747/+590
|
* Added techmap CONSTMAP featureClifford Wolf2014-07-301-2/+4
|
* New techmap default rules for $shr $sshr $shl $sshlClifford Wolf2014-07-301-282/+62
|
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-291-8/+64
|
* Fixes for improved techmap of shifts with large B inputsClifford Wolf2014-03-061-8/+8
|
* Strictly zero-extend unsigned A-inputs of shift operations in techmapClifford Wolf2014-03-061-4/+4
|
* Improved techmap of shift with wide B inputsClifford Wolf2014-03-061-13/+37
|
* Added $slice and $concat cell typesClifford Wolf2014-02-071-0/+12
|
* Removed cases of trailing comma in stdcells.vClifford Wolf2014-01-181-3/+3
|
* Various small cleanups in stdcells.v techmap codeClifford Wolf2013-12-311-68/+38
|
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-4/+10
|
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-0/+50
|
* Using simplemap mappers from techmapClifford Wolf2013-11-241-714/+40
|
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-41/+36
|
* Fixed techmap of $reduce_xnor with multi-bit outputsClifford Wolf2013-11-071-1/+7
|
* Fixed techmap of $gt and $ge with multi-bit outputsClifford Wolf2013-11-061-2/+14
|
* Improved width extension with regard to undef propagationClifford Wolf2013-11-061-11/+11
|
* Bugfix in dffsr techmap rulesClifford Wolf2013-10-181-8/+8
|
* Added techmap rules for $sr, $dffsr and $dlatchClifford Wolf2013-10-181-0/+181
|
* Moved common techlib files to techlibs/commonClifford Wolf2013-09-151-0/+1522