Add support for "yosys -E"
[yosys.git] / passes / techmap / techmap.cc
2018-01-07 Clifford WolfAdd support for "yosys -E"
2017-09-01 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-09-01 Clifford WolfMerge branch 'ChipScan-master'
2017-08-31 Jason Lowdermilkupdated to use get_src_attribute() and set_src_attribute().
2017-08-30 Jason LowdermilkMerge remote-tracking branch 'upstream/master'
2017-08-29 Jason LowdermilkAdd support for source line tracking through synthesis...
2017-07-21 Clifford WolfFix handling of empty cell port assignments (i.e. ignor...
2017-02-16 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-16 Clifford WolfCopy attributes to _TECHMAP_REPLACE_ cells
2017-02-14 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-13 Clifford WolfFix techmap for inout ports connected to inout ports
2016-10-16 Clifford WolfBuild fixes for VS 2015
2016-10-14 Clifford WolfAdded MEMID handling to "flatten" pass
2016-09-17 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-09-14 Clifford WolfBugfix in techmap parameter handling
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-05-06 Clifford WolfFixed preservation of important attributes in techmap
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-02-13 Clifford WolfFixed some visual studio warnings
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-24 Clifford Wolfequiv_purge bugfix, using SigChunk in Yosys namespace
2015-10-13 Clifford WolfMerge branch 'master' of https://github.com/rubund...
2015-10-13 Clifford WolfFixed "flatten" for unconnected inout ports
2015-08-14 Larry DoolittleAnother block of spelling fixes
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-30 Clifford WolfFixed flatten $meminit handling
2015-07-18 Clifford WolfFixed techmap processes error msg
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-05-23 Clifford WolfImproved "flatten" handlings of inout ports
2015-04-24 Clifford WolfImproved attributes API and handling of "src" attributes
2015-04-09 Clifford Wolftechmap code cleanup
2015-04-08 Clifford WolfAdded support for "file names with blanks"
2015-04-08 Clifford WolfRemoved "techmap -share_map" (use "-map +/filename...
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-25 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-02-25 Clifford WolfAdded "keep_hierarchy" attribute
2015-02-21 Clifford WolfFixed "flatten" for non-pre-derived modules
2015-02-21 Clifford WolfCatch constants assigned to cell outputs in "flatten"
2015-01-17 Clifford WolfAdded support for memories to flatten (techmap)
2015-01-15 Clifford WolfFixed handling of foo.__TECHMAP_...
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-24 Clifford WolfImprovements in simplemap api, added $ne $nex $eq ...
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-10-10 Clifford WolfAdded format __attribute__ to stringf()
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-14 Clifford WolfFixed techmap_wrap for techmap_celltype
2014-09-14 Clifford WolfAdded techmap_wrap attribute
2014-09-07 Clifford WolfAdded 'techmap_maccmap' techmap attribute
2014-09-01 Clifford WolfAdded "techmap -autoproc"
2014-08-23 Clifford WolfOnly call proc_share_dirname() in techmap when necessary
2014-08-23 Clifford WolfChanged frontend-api from FILE to std::istream
2014-08-16 Clifford WolfRenamed toposort.h to utils.h
2014-08-15 Clifford WolfMore idstring sort_by_* helpers and fixed tpl ordering...
2014-08-15 Clifford Wolfdocument "techmap -map %<design-name>"
2014-08-03 Clifford WolfImplemented recursive techmap
2014-08-02 Clifford WolfImplemented simplemap support for "techmap -extern"
2014-08-02 Clifford WolfBugfix in "techmap -extern"
2014-08-02 Clifford WolfNo implicit conversion from IdString to anything else
2014-08-02 Clifford WolfMore bugfixes related to new RTLIL::IdString
2014-08-02 Clifford WolfMore cleanups related to RTLIL::IdString usage
2014-08-01 Clifford WolfReplaced sha1 implementation
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-31 Clifford WolfRenamed "stdcells.v" to "techmap.v"
2014-07-31 Clifford WolfAdded "techmap -assert"
2014-07-30 Clifford WolfAdded techmap CONSTMAP feature
2014-07-29 Clifford WolfAdded "techmap -map %{design-name}"
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded techmap -extern
2014-07-27 Clifford WolfAdded topological sorting to techmap
2014-07-27 Clifford WolfUsing new obj iterator API in a few places
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfChanged more code to the new RTLIL::Wire constructors
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfManual fixes for new cell connections API
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-25 Clifford WolfAdded copy-constructor-like module->addCell(name, other...
2014-07-25 Clifford WolfUse only module->addCell() and module->remove() to...
2014-07-23 Clifford WolfFixed all users of SigSpec::chunks_rw() and removed it
2014-07-22 Clifford WolfSigSpec refactoring: change RTLIL::SigSpec::chunks...
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-07-20 Clifford WolfAdded call_on_selection() and call_on_module() API
2014-07-17 Clifford WolfAdded support for "blackbox" attribute to flatten/techmap
2014-05-29 Clifford WolfMerge pull request #36 from hansiglaser/master
2014-05-26 Johann Glaserbe more verbose when techmap yielded processes
2014-03-13 Clifford WolfMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-13 Clifford WolfMerged OSX fixes from Siesh1oo with some modifications
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-06 Clifford WolfAdded techmap -max_iter option
2014-02-20 Clifford WolfAdded _TECHMAP_REPLACE_ feature to techmap
2014-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-18 Clifford WolfAdded techmap support for _TECHMAP_CONNMAP_*_
2014-02-17 Clifford WolfBetter preserve wires when flattening (in comparison...
next