Merge pull request #951 from YosysHQ/clifford/logdebug
[yosys.git] / passes / techmap / techmap.cc
2019-04-22 Clifford WolfMerge pull request #951 from YosysHQ/clifford/logdebug
2019-04-22 Clifford WolfAdd log_debug() framework
2019-04-22 Clifford WolfMerge pull request #905 from christian-krieg/feature...
2019-04-22 Clifford WolfMerge pull request #941 from Wren6991/sim_lib_io_clke
2019-04-22 Clifford WolfMerge branch 'master' of https://github.com/dh73/yosys_...
2019-04-22 Clifford WolfMerge pull request #916 from YosysHQ/map_cells_before_m...
2019-04-22 Clifford WolfMerge pull request #911 from mmicko/gowin-nobram
2019-04-22 Clifford WolfMerge pull request #909 from zachjs/master
2019-04-22 Clifford WolfMerge pull request #944 from YosysHQ/clifford/pmux2shiftx
2019-04-22 Clifford WolfMerge pull request #945 from YosysHQ/clifford/libwb
2019-04-22 Clifford WolfDisable blackbox detection in techmap files
2019-04-21 Eddie HungMerge branch 'master' into map_cells_before_map_luts
2019-04-20 Clifford WolfMerge pull request #943 from YosysHQ/clifford/whitebox
2019-04-20 Clifford WolfAdd "techmap -wb", use in formal flows
2019-04-20 Clifford WolfCheck blackbox attribute in techmap/simplemap
2019-04-18 Eddie HungIgnore 'whitebox' attr in flatten with "-wb" option
2019-04-18 Clifford WolfAdd "whitebox" attribute, add "read_verilog -wb"
2019-03-28 Benedikt TutzerMerge remote-tracking branch 'origin/master' into featu...
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-08-15 Clifford WolfMerge pull request #513 from udif/pr_reg_wire_error
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2018-05-04 Clifford WolfMerge pull request #537 from mithro/yosys-vpr
2018-05-03 Clifford WolfReplace -ignore_redef with -[no]overwrite
2018-03-10 Clifford WolfFix handling of src attributes in flatten
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
next