aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-235-32/+41
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-231-4/+5
* Renamed toposort.h to utils.hClifford Wolf2014-08-171-1/+1
* Bugfix in iopadmapClifford Wolf2014-08-151-1/+3
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-152-5/+5
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-151-3/+3
* document "techmap -map %<design-name>"Clifford Wolf2014-08-151-0/+3
* Added module->portsClifford Wolf2014-08-141-2/+2
* Implemented recursive techmapClifford Wolf2014-08-031-16/+62
* Implemented simplemap support for "techmap -extern"Clifford Wolf2014-08-021-5/+40
* Bugfix in "techmap -extern"Clifford Wolf2014-08-021-0/+1
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-022-3/+3
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-022-4/+6
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-024-38/+38
* Replaced sha1 implementationClifford Wolf2014-08-011-6/+1
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-315-98/+98
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-311-1/+1
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-312-2/+2
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-313-6/+6
* Added "techmap -assert"Clifford Wolf2014-07-311-13/+42
* Added techmap CONSTMAP featureClifford Wolf2014-07-301-10/+119
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-292-10/+19
* Using log_assert() instead of assert()Clifford Wolf2014-07-283-7/+4
* Added techmap -externClifford Wolf2014-07-271-16/+64
* Added topological sorting to techmapClifford Wolf2014-07-271-20/+52
* Using new obj iterator API in a few placesClifford Wolf2014-07-272-21/+19
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-276-21/+21
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-274-10/+10
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-273-12/+12
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-263-17/+7