| Commit message (Expand) | Author | Age | Files | Lines |
* | updated to use get_src_attribute() and set_src_attribute(). | Jason Lowdermilk | 2017-08-31 | 1 | -4/+2 |
* | Add support for source line tracking through synthesis phase | Jason Lowdermilk | 2017-08-29 | 1 | -0/+7 |
* | Fix handling of empty cell port assignments (i.e. ignore them) | Clifford Wolf | 2017-07-21 | 1 | -0/+3 |
* | Copy attributes to _TECHMAP_REPLACE_ cells | Clifford Wolf | 2017-02-16 | 1 | -2/+8 |
* | Fix techmap for inout ports connected to inout ports | Clifford Wolf | 2017-02-13 | 1 | -2/+7 |
* | Build fixes for VS 2015 | Clifford Wolf | 2016-10-16 | 1 | -1/+2 |
* | Added MEMID handling to "flatten" pass | Clifford Wolf | 2016-10-14 | 1 | -0/+6 |
* | Bugfix in techmap parameter handling | Clifford Wolf | 2016-09-14 | 1 | -1/+1 |
* | Fixed preservation of important attributes in techmap | Clifford Wolf | 2016-05-06 | 1 | -4/+32 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -5/+5 |
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -1/+1 |
* | equiv_purge bugfix, using SigChunk in Yosys namespace | Clifford Wolf | 2015-10-24 | 1 | -1/+1 |
* | Fixed "flatten" for unconnected inout ports | Clifford Wolf | 2015-10-13 | 1 | -1/+1 |
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -1/+1 |
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -8/+8 |
* | Fixed flatten $meminit handling | Clifford Wolf | 2015-07-30 | 1 | -1/+1 |
* | Fixed techmap processes error msg | Clifford Wolf | 2015-07-18 | 1 | -2/+3 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
* | Improved "flatten" handlings of inout ports | Clifford Wolf | 2015-05-23 | 1 | -2/+26 |
* | Improved attributes API and handling of "src" attributes | Clifford Wolf | 2015-04-24 | 1 | -0/+13 |
* | techmap code cleanup | Clifford Wolf | 2015-04-09 | 1 | -10/+6 |
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 1 | -4/+2 |
* | Removed "techmap -share_map" (use "-map +/filename" instead) | Clifford Wolf | 2015-04-08 | 1 | -9/+0 |
* | Added "keep_hierarchy" attribute | Clifford Wolf | 2015-02-25 | 1 | -14/+51 |
* | Fixed "flatten" for non-pre-derived modules | Clifford Wolf | 2015-02-21 | 1 | -2/+2 |
* | Catch constants assigned to cell outputs in "flatten" | Clifford Wolf | 2015-02-21 | 1 | -0/+6 |
* | Added support for memories to flatten (techmap) | Clifford Wolf | 2015-01-17 | 1 | -3/+22 |
* | Fixed handling of foo.__TECHMAP_... | Clifford Wolf | 2015-01-15 | 1 | -1/+1 |
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 1 | -4/+4 |
* | Improvements in simplemap api, added $ne $nex $eq $eqx support | Clifford Wolf | 2014-12-24 | 1 | -3/+1 |
* | Improved TopoSort determinism | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Added format __attribute__ to stringf() | Clifford Wolf | 2014-10-10 | 1 | -2/+4 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -5/+5 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -2/+10 |
* | Fixed techmap_wrap for techmap_celltype | Clifford Wolf | 2014-09-14 | 1 | -9/+16 |
* | Added techmap_wrap attribute | Clifford Wolf | 2014-09-14 | 1 | -5/+28 |
* | Added 'techmap_maccmap' techmap attribute | Clifford Wolf | 2014-09-07 | 1 | -19/+53 |
* | Added "techmap -autoproc" | Clifford Wolf | 2014-09-01 | 1 | -2/+18 |
* | Only call proc_share_dirname() in techmap when necessary | Clifford Wolf | 2014-08-23 | 1 | -2/+1 |
* | Changed frontend-api from FILE to std::istream | Clifford Wolf | 2014-08-23 | 1 | -7/+6 |
* | Renamed toposort.h to utils.h | Clifford Wolf | 2014-08-17 | 1 | -1/+1 |
* | More idstring sort_by_* helpers and fixed tpl ordering in techmap | Clifford Wolf | 2014-08-15 | 1 | -3/+3 |
* | document "techmap -map %<design-name>" | Clifford Wolf | 2014-08-15 | 1 | -0/+3 |
* | Implemented recursive techmap | Clifford Wolf | 2014-08-03 | 1 | -16/+62 |
* | Implemented simplemap support for "techmap -extern" | Clifford Wolf | 2014-08-02 | 1 | -5/+40 |
* | Bugfix in "techmap -extern" | Clifford Wolf | 2014-08-02 | 1 | -0/+1 |
* | No implicit conversion from IdString to anything else | Clifford Wolf | 2014-08-02 | 1 | -1/+1 |
* | More bugfixes related to new RTLIL::IdString | Clifford Wolf | 2014-08-02 | 1 | -3/+5 |
* | More cleanups related to RTLIL::IdString usage | Clifford Wolf | 2014-08-02 | 1 | -18/+18 |
* | Replaced sha1 implementation | Clifford Wolf | 2014-08-01 | 1 | -6/+1 |