summaryrefslogtreecommitdiff
path: root/passes/techmap
Commit message (Expand)AuthorAge
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-24
* Added support for memories to flatten (techmap)Clifford Wolf2015-01-17
* Bugfix in dff2dffeClifford Wolf2015-01-16
* Fixed handling of foo.__TECHMAP_...Clifford Wolf2015-01-15
* Various small improvements to synth_xilinxClifford Wolf2015-01-06
* Fixed build with SMALL=1Clifford Wolf2014-12-30
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
* Fixed simplemap for $ne cells with output width > 1Clifford Wolf2014-12-25
* Added "dfflibmap -prepare" helpClifford Wolf2014-12-24
* Added "dfflibmap -prepare"Clifford Wolf2014-12-24
* Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-24
* Added "dff2dffe -unmap"Clifford Wolf2014-12-24
* Added support for gate-level cells in dff2dffeClifford Wolf2014-12-24
* Improvements in simplemap api, added $ne $nex $eq $eqx supportClifford Wolf2014-12-24
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-24
* Added functionality to dff2dffe passClifford Wolf2014-12-08
* Added skeleton dff2dffe passClifford Wolf2014-12-08
* Added $dffe cell typeClifford Wolf2014-12-08
* Improved TopoSort determinismClifford Wolf2014-11-07
* Fixed various VS warningsClifford Wolf2014-10-18
* Added genfiles.zip to MXE "make dist"Clifford Wolf2014-10-17
* Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-13
* More Win32 build fixesClifford Wolf2014-10-10
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* Added mxe-based cross build for win32Clifford Wolf2014-10-09
* Fixes in "hilomap" help messageClifford Wolf2014-10-08
* namespace YosysClifford Wolf2014-09-27
* More aggressive $macc merging in alumaccClifford Wolf2014-09-15
* Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-15
* Improved maccmap tree bit packingClifford Wolf2014-09-15
* Fixed techmap_wrap for techmap_celltypeClifford Wolf2014-09-14
* Various fixes/cleanups in alumacc and maccmapClifford Wolf2014-09-14
* Added techmap_wrap attributeClifford Wolf2014-09-14
* alumacc fix for $pos cellsClifford Wolf2014-09-14
* Extract $alu cells in alumaccClifford Wolf2014-09-14
* Merge $macc cells in alumacc passClifford Wolf2014-09-14
* Basic $macc extract in alumaccClifford Wolf2014-09-14
* alumacc skeletonClifford Wolf2014-09-14
* Added "$fa" cell typeClifford Wolf2014-09-08
* Trim msb/lsb zero bits from full adder in maccmapClifford Wolf2014-09-08
* Added 'techmap_maccmap' techmap attributeClifford Wolf2014-09-07
* Added "maccmap" commandClifford Wolf2014-09-07
* Removed $bu0 cell typeClifford Wolf2014-09-04
* Added "techmap -autoproc"Clifford Wolf2014-09-01
* Fixed inserting of Q-inverters in dfflibmapClifford Wolf2014-08-27
* Only call proc_share_dirname() in techmap when necessaryClifford Wolf2014-08-23
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
* Renamed toposort.h to utils.hClifford Wolf2014-08-17