aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common
Commit message (Expand)AuthorAgeFilesLines
...
* Using "via_celltype" in $mul carry-save-acc implementationClifford Wolf2014-08-181-34/+72
* Performance fix for new $__lcu techmap ruleClifford Wolf2014-08-181-7/+5
* Replaced recursive lcu scheme with bk adderClifford Wolf2014-08-181-61/+31
* Multiply using a carry-save accumulatorClifford Wolf2014-08-161-5/+45
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ $...Clifford Wolf2014-08-161-0/+42
* Changes in techmap $__alu interfaceClifford Wolf2014-08-161-17/+17
* Renamed $lut ports to follow A-Y naming schemeClifford Wolf2014-08-151-11/+11
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-152-3/+3
* Simplified $__arraymul techmap ruleClifford Wolf2014-08-141-7/+13
* RIP $safe_pmuxClifford Wolf2014-08-142-64/+4
* Added techmap support for actual lookahead carry unitClifford Wolf2014-08-131-22/+73
* Preparations for lookahead ALU support in techmap.vClifford Wolf2014-08-131-28/+92
* New interface for $__alu in techmap.vClifford Wolf2014-08-131-129/+62
* Added adff2dff.v (for techmap -share_map)Clifford Wolf2014-08-072-1/+32
* Implemented recursive techmapClifford Wolf2014-08-031-1/+1
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-313-2/+6
* 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
* Bugfix in simlib.v for iverilogClifford Wolf2014-07-291-5/+6
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-292-8/+112
* Added "make PRETTY=1"Clifford Wolf2014-07-241-10/+10
* Fixed simlib.v model for $memClifford Wolf2014-07-171-15/+15
* Updated simlib to new $mem/$memwr interfaceClifford Wolf2014-07-161-30/+55
* Added SIMLIB_NOLUT to simlib.vClifford Wolf2014-04-021-0/+2
* Added SIMLIB_NOSR to simlib.vClifford Wolf2014-04-021-0/+6
* Added support for dlatchsr cellsClifford Wolf2014-03-312-0/+136
* Merged addition of SED makefile variable from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-1/+1
* 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-072-0/+42
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-13/+47
* More changes to techlibs/common/simlib.v for LECClifford Wolf2014-01-311-6/+11
* Major rewrite of techlibs/common/simlib.v for LEC (cadance conformal)Clifford Wolf2014-01-291-105/+305
* Added $assert cellClifford Wolf2014-01-191-0/+15
* Fixed $lut simlib model for a wider range of toolsClifford Wolf2014-01-181-10/+12
* More changes to simlib to make it friendlier to a wider range of toolsClifford Wolf2014-01-181-10/+14
* Fixed a type in $mem model in simlib.vClifford Wolf2014-01-181-1/+1
* Removed cases of trailing comma in stdcells.vClifford Wolf2014-01-181-3/+3
* Added $bu0 cell to simlib.vClifford Wolf2014-01-181-0/+22
* Added techlibs/common/pmux2mux.vClifford Wolf2014-01-172-1/+26
* 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-272-0/+86
* Using simplemap mappers from techmapClifford Wolf2013-11-241-714/+40
* Renamed stdcells_sim.v to simcells.v and fixed blackbox.vClifford Wolf2013-11-244-20/+23
* Install simlib in datdirClifford Wolf2013-11-191-0/+6
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-112-47/+43
* Fixed techmap of $reduce_xnor with multi-bit outputsClifford Wolf2013-11-071-1/+7