aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Collapse)AuthorAgeFilesLines
* be more verbose when techmap yielded processesJohann Glaser2014-05-261-1/+5
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-0/+1
|
* - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-121-1/+2
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* OSX compatible creation of stdcells.inc, using code from ↵Clifford Wolf2014-03-111-2/+3
| | | | | | github.com/Siesh1oo/yosys (see https://github.com/cliffordwolf/yosys/pull/28)
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Fixed dumping of timing() { .. } block in libparseClifford Wolf2014-03-091-2/+3
|
* Added techmap -max_iter optionClifford Wolf2014-03-061-0/+10
|
* Added _TECHMAP_REPLACE_ feature to techmapClifford Wolf2014-02-201-4/+21
|
* Added "extract -ignore_parameters" and "extract -ignore_param ..."Clifford Wolf2014-02-201-0/+79
|
* Added "extract -map %<design_name>"Clifford Wolf2014-02-201-10/+30
|
* Added techmap support for _TECHMAP_CONNMAP_*_Clifford Wolf2014-02-181-0/+39
|
* Better preserve wires when flattening (in comparison to techmap)Clifford Wolf2014-02-171-12/+12
|
* Added some additional checks to techmapClifford Wolf2014-02-161-0/+14
|
* Added CONSTMSK and CONSTVAL feature to techmapClifford Wolf2014-02-161-0/+23
|
* Added recursion support to techmapClifford Wolf2014-02-161-260/+262
|
* Added iopadmap -bitsClifford Wolf2014-02-151-14/+48
|
* Fixed dfflibmap for cell libraries with no set-reset-ffClifford Wolf2014-02-151-1/+1
|
* Moved some passes to other source directoriesClifford Wolf2014-02-082-0/+681
|
* Added $slice and $concat cell typesClifford Wolf2014-02-071-0/+18
|
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-061-1/+1
|
* Added support for // comments in liberty parserClifford Wolf2014-01-251-0/+5
|
* Added hilomap commandClifford Wolf2014-01-192-0/+130
|
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-143-9/+9
|
* Added "+" to list of liberty token charactersClifford Wolf2014-01-141-2/+2
|
* Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)Clifford Wolf2013-12-291-2/+2
|
* Added new cell types to manualClifford Wolf2013-12-281-1/+1
|
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-0/+13
|
* Fixed dfflibmap for unused output portsClifford Wolf2013-12-211-0/+1
|
* Now prefer smallest cells in dfflibmapClifford Wolf2013-12-211-2/+22
|
* Cleanup of dfflibmap cellmap exploration codeClifford Wolf2013-12-201-17/+20
|
* Further improved dfflibmap cellmap explorationClifford Wolf2013-12-201-14/+18
|
* Fixed dfflibmap endless-loop bugClifford Wolf2013-12-201-0/+1
|
* Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-191-6/+8
|
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-1/+1
|
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-15/+3
|
* Using simplemap mappers from techmapClifford Wolf2013-11-242-28/+64
|
* Added simplemap passClifford Wolf2013-11-242-0/+518
|
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-2/+8
|
* Added techmap -D and -I optionsClifford Wolf2013-11-241-2/+16
|
* Added "techmap -share_map" optionClifford Wolf2013-11-241-0/+9
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+1
|
* Fixed "flatten" top-module detection: Only use on fully selected designsClifford Wolf2013-11-241-3/+4
|
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-241-3/+26
|
* Improved handling of techmap special wiresClifford Wolf2013-11-231-1/+3
|
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-231-77/+185
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
|
* Call internal checker more oftenClifford Wolf2013-11-101-0/+2
|
* Added placeholder check to dfflibmap and cleaned up some other placeholder ↵Clifford Wolf2013-10-311-1/+1
| | | | checks
* Added support for i/o buffers to iopadmapClifford Wolf2013-10-261-10/+35
|
* Added support for sr flip-flops to dfflibmapClifford Wolf2013-10-241-3/+168
|