aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
...
* Catch constants assigned to cell outputs in "flatten"Clifford Wolf2015-02-211-0/+6
* Fixed clang (svn trunk) warningsClifford Wolf2015-02-181-2/+0
* More emscripten stuff, Added example appClifford Wolf2015-02-151-0/+2
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-2/+6
* Added support for memories to flatten (techmap)Clifford Wolf2015-01-171-3/+22
* Bugfix in dff2dffeClifford Wolf2015-01-161-1/+1
* Fixed handling of foo.__TECHMAP_...Clifford Wolf2015-01-151-1/+1
* Various small improvements to synth_xilinxClifford Wolf2015-01-061-2/+2
* Fixed build with SMALL=1Clifford Wolf2014-12-301-1/+1
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-262-6/+6
* Fixed simplemap for $ne cells with output width > 1Clifford Wolf2014-12-251-7/+8
* Added "dfflibmap -prepare" helpClifford Wolf2014-12-241-1/+5
* Added "dfflibmap -prepare"Clifford Wolf2014-12-241-31/+54
* Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-241-5/+37
* Added "dff2dffe -unmap"Clifford Wolf2014-12-241-6/+42
* Added support for gate-level cells in dff2dffeClifford Wolf2014-12-241-9/+38
* Improvements in simplemap api, added $ne $nex $eq $eqx supportClifford Wolf2014-12-243-26/+107
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-243-5/+5
* Added functionality to dff2dffe passClifford Wolf2014-12-081-2/+167
* Added skeleton dff2dffe passClifford Wolf2014-12-083-2/+78
* Added $dffe cell typeClifford Wolf2014-12-081-0/+23
* Improved TopoSort determinismClifford Wolf2014-11-071-1/+1
* Fixed various VS warningsClifford Wolf2014-10-181-4/+4
* Added genfiles.zip to MXE "make dist"Clifford Wolf2014-10-171-1/+1
* Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-131-22/+15
* More Win32 build fixesClifford Wolf2014-10-101-10/+7
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-2/+4
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-105-90/+90
* Added mxe-based cross build for win32Clifford Wolf2014-10-091-3/+3
* Fixes in "hilomap" help messageClifford Wolf2014-10-081-4/+2
* namespace YosysClifford Wolf2014-09-2710-266/+309
* More aggressive $macc merging in alumaccClifford Wolf2014-09-151-1/+37
* Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-151-0/+1
* Improved maccmap tree bit packingClifford Wolf2014-09-151-16/+50
* Fixed techmap_wrap for techmap_celltypeClifford Wolf2014-09-141-9/+16
* Various fixes/cleanups in alumacc and maccmapClifford Wolf2014-09-142-2/+11
* Added techmap_wrap attributeClifford Wolf2014-09-141-5/+28
* alumacc fix for $pos cellsClifford Wolf2014-09-141-13/+24
* Extract $alu cells in alumaccClifford Wolf2014-09-141-1/+296
* Merge $macc cells in alumacc passClifford Wolf2014-09-141-1/+59
* Basic $macc extract in alumaccClifford Wolf2014-09-141-4/+104
* alumacc skeletonClifford Wolf2014-09-142-0/+64
* Added "$fa" cell typeClifford Wolf2014-09-081-6/+16
* Trim msb/lsb zero bits from full adder in maccmapClifford Wolf2014-09-081-5/+27
* Added 'techmap_maccmap' techmap attributeClifford Wolf2014-09-071-19/+53
* Added "maccmap" commandClifford Wolf2014-09-072-0/+319
* Removed $bu0 cell typeClifford Wolf2014-09-041-12/+1
* Added "techmap -autoproc"Clifford Wolf2014-09-011-2/+18
* Fixed inserting of Q-inverters in dfflibmapClifford Wolf2014-08-271-0/+5
* Only call proc_share_dirname() in techmap when necessaryClifford Wolf2014-08-231-2/+1