summaryrefslogtreecommitdiff
path: root/techlibs/common
Commit message (Collapse)AuthorAge
* Added $_BUF_ cell typeClifford Wolf2014-10-03
|
* namespace YosysClifford Wolf2014-09-27
|
* Improvements in "synth" scriptClifford Wolf2014-09-18
|
* Fixed $macc simlib model for zero-configClifford Wolf2014-09-16
|
* Added "synth" commandClifford Wolf2014-09-14
|
* Using alumacc in techmap.vClifford Wolf2014-09-14
|
* Fixed simlib $macc model for xilinx xsimClifford Wolf2014-09-08
|
* Simplified $fa undef modelClifford Wolf2014-09-08
|
* Fixes and cleanups for blackbox.vClifford Wolf2014-09-08
|
* Added $lcu cell typeClifford Wolf2014-09-08
|
* Added "$fa" cell typeClifford Wolf2014-09-08
|
* Using maccmap for $macc and $mul techmapClifford Wolf2014-09-07
|
* Various bug fixes (related to $macc model testing)Clifford Wolf2014-09-06
|
* Added $macc SAT modelClifford Wolf2014-09-06
|
* Added $macc simlib model (also use as techmap rule for now)Clifford Wolf2014-09-06
|
* Removed $bu0 cell typeClifford Wolf2014-09-04
|
* Undef-related fixes in simlib $alu modelClifford Wolf2014-09-02
|
* Small bug fixes in $not, $neg, and $shiftx modelsClifford Wolf2014-09-02
|
* Fixed "test_cell -simlib all"Clifford Wolf2014-09-01
|
* Added $lut support in test_cell, techmap, satgenClifford Wolf2014-08-31
|
* Added $alu cell typeClifford Wolf2014-08-30
|
* Replaced $__alu CO/CS outputs with full-width CO outputClifford Wolf2014-08-30
|
* Using "via_celltype" in $mul carry-save-acc implementationClifford Wolf2014-08-18
|
* Performance fix for new $__lcu techmap ruleClifford Wolf2014-08-18
|
* Replaced recursive lcu scheme with bk adderClifford Wolf2014-08-18
|
* Multiply using a carry-save accumulatorClifford Wolf2014-08-16
|
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ ↵Clifford Wolf2014-08-16
| | | | $_OAI4_
* Changes in techmap $__alu interfaceClifford Wolf2014-08-16
|
* Renamed $lut ports to follow A-Y naming schemeClifford Wolf2014-08-15
|
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
|
* Simplified $__arraymul techmap ruleClifford Wolf2014-08-14
|
* RIP $safe_pmuxClifford Wolf2014-08-14
|
* Added techmap support for actual lookahead carry unitClifford Wolf2014-08-13
|
* Preparations for lookahead ALU support in techmap.vClifford Wolf2014-08-13
|
* New interface for $__alu in techmap.vClifford Wolf2014-08-13
|
* Added adff2dff.v (for techmap -share_map)Clifford Wolf2014-08-07
|
* Implemented recursive techmapClifford Wolf2014-08-03
|
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-31
|
* Reorganized stdcells.v (no actual code change, just moved and indented stuff)Clifford Wolf2014-07-31
|
* Added techmap CONSTMAP featureClifford Wolf2014-07-30
|
* New techmap default rules for $shr $sshr $shl $sshlClifford Wolf2014-07-30
|
* Bugfix in simlib.v for iverilogClifford Wolf2014-07-29
|
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-29
|
* Added "make PRETTY=1"Clifford Wolf2014-07-24
|
* Fixed simlib.v model for $memClifford Wolf2014-07-17
|
* Updated simlib to new $mem/$memwr interfaceClifford Wolf2014-07-16
|
* Added SIMLIB_NOLUT to simlib.vClifford Wolf2014-04-02
|
* Added SIMLIB_NOSR to simlib.vClifford Wolf2014-04-02
|
* Added support for dlatchsr cellsClifford Wolf2014-03-31
|
* Merged addition of SED makefile variable from github.com/Siesh1oo/yosysClifford Wolf2014-03-11
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)