summaryrefslogtreecommitdiff
path: root/passes/techmap/techmap.cc
Commit message (Expand)AuthorAge
* New upstream version 0.9Ruben Undheim2019-10-18
* New upstream version 0.7+20180830git0b7a184Ruben Undheim2018-08-30
* Imported yosys 0.7Ruben Undheim2016-11-03
* Squashed commit of the following:Ruben Undheim2016-09-23
* Fixed some visual studio warningsClifford Wolf2016-02-13
* equiv_purge bugfix, using SigChunk in Yosys namespaceClifford Wolf2015-10-24
* Fixed "flatten" for unconnected inout portsClifford Wolf2015-10-13
* Another block of spelling fixesLarry Doolittle2015-08-14
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
* Fixed flatten $meminit handlingClifford Wolf2015-07-30
* Fixed techmap processes error msgClifford Wolf2015-07-18
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Improved "flatten" handlings of inout portsClifford Wolf2015-05-23
* Improved attributes API and handling of "src" attributesClifford Wolf2015-04-24
* techmap code cleanupClifford Wolf2015-04-09
* Added support for "file names with blanks"Clifford Wolf2015-04-08
* Removed "techmap -share_map" (use "-map +/filename" instead)Clifford Wolf2015-04-08
* Added "keep_hierarchy" attributeClifford Wolf2015-02-25
* Fixed "flatten" for non-pre-derived modulesClifford Wolf2015-02-21
* Catch constants assigned to cell outputs in "flatten"Clifford Wolf2015-02-21
* Added support for memories to flatten (techmap)Clifford Wolf2015-01-17
* Fixed handling of foo.__TECHMAP_...Clifford Wolf2015-01-15
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
* Improvements in simplemap api, added $ne $nex $eq $eqx supportClifford Wolf2014-12-24
* Improved TopoSort determinismClifford Wolf2014-11-07
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* namespace YosysClifford Wolf2014-09-27
* Fixed techmap_wrap for techmap_celltypeClifford Wolf2014-09-14
* Added techmap_wrap attributeClifford Wolf2014-09-14
* Added 'techmap_maccmap' techmap attributeClifford Wolf2014-09-07
* Added "techmap -autoproc"Clifford Wolf2014-09-01
* Only call proc_share_dirname() in techmap when necessaryClifford Wolf2014-08-23
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Renamed toposort.h to utils.hClifford Wolf2014-08-17
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-15
* document "techmap -map %<design-name>"Clifford Wolf2014-08-15
* Implemented recursive techmapClifford Wolf2014-08-03
* Implemented simplemap support for "techmap -extern"Clifford Wolf2014-08-02
* Bugfix in "techmap -extern"Clifford Wolf2014-08-02
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-02
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Replaced sha1 implementationClifford Wolf2014-08-01
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-31
* Added "techmap -assert"Clifford Wolf2014-07-31
* Added techmap CONSTMAP featureClifford Wolf2014-07-30
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-29
* Using log_assert() instead of assert()Clifford Wolf2014-07-28