aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-60/+0
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-242-2/+2
|
* 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-242-3/+43
|
* 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-224-9/+9
|
* Updated abcClifford Wolf2013-11-211-10/+27
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-213-0/+117
|
* Fixed a bug in "add -global_input"Clifford Wolf2013-11-211-16/+17
|
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-202-8/+81
|
* Added "add" command (only wires for now)Clifford Wolf2013-11-202-0/+155
|
* Renamed temp module generated by "abc" pass from "logic" to "netlist"Clifford Wolf2013-11-192-6/+6
|
* Fixed abc pass blif parser for constant bitsClifford Wolf2013-11-131-18/+57
|
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-112-2/+3
|
* Call internal checker more oftenClifford Wolf2013-11-101-0/+2
|
* Improved user-friendliness of "sat" and "eval" expression parsingClifford Wolf2013-11-092-20/+16
|
* Added verification of SAT model to "eval -vloghammer_report" commandClifford Wolf2013-11-091-0/+43
|
* Fixed keep attribute on wires in opt_cleanClifford Wolf2013-11-081-1/+1
|
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-2/+2
|
* Fixed type of sign extension in opt_const $eq/$ne handlingClifford Wolf2013-11-071-9/+9
|
* Fixed $eq/$ne bitwise optimization in opt_constClifford Wolf2013-11-071-7/+8
|
* Added handling of unconnected/unspecified signals to eval -vloghammer_reportClifford Wolf2013-11-061-2/+6
|
* Added correct RTL undef handling to eval vloghammer modeClifford Wolf2013-11-061-3/+17
|
* Added eval -vloghammer_report modeClifford Wolf2013-11-061-4/+142
|
* Added support for "keep" attributes on wiresClifford Wolf2013-11-051-0/+5
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-11-031-0/+57
|\
| * Added resolution of positional arguments to hierarchy passClifford Wolf2013-11-031-0/+57
| |
* | Added placeholder check to dfflibmap and cleaned up some other placeholder ↵Clifford Wolf2013-10-312-3/+3
|/ | | | checks
* Added detection for endless recursion in fsm_detect passClifford Wolf2013-10-301-4/+15
|
* Fixed help message typo (memory pass)Clifford Wolf2013-10-301-1/+1
|
* Added -format option to splitnetsClifford Wolf2013-10-291-1/+16
|
* 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
|
* Added support for complex set-reset flip-flops in proc_dffClifford Wolf2013-10-241-4/+115
|
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-245-7/+7
|
* Improved handling of dff with async resetsClifford Wolf2013-10-211-5/+60
|
* Added handling of multiple async paths in proc_arstClifford Wolf2013-10-192-8/+21
|
* Added dffsr support to proc_dff passClifford Wolf2013-10-181-7/+72
|
* Improved way of connecting ports in techmap passClifford Wolf2013-10-171-18/+36
|
* Only prefer connected signals iff they have public namesClifford Wolf2013-10-171-5/+6
|
* Fixed bug in synthesis of memories that are never writtenClifford Wolf2013-10-171-2/+7
|
* Avoid re-arranging signals on register outputsClifford Wolf2013-10-171-3/+31
|
* Fixed detection of major wires in opt_cleanClifford Wolf2013-10-171-0/+3
|
* Added iopadmap passClifford Wolf2013-10-163-1/+161
|
* Moved dfflibmap from passes/dfflibmap to passes/techmapClifford Wolf2013-10-166-11/+10
|
* Fixed parsing or liberty file statements such as 'clocked_on : "(!CLK)";'Clifford Wolf2013-10-161-1/+4
| | | | Patch by Tim Edwards