aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some visual studio warningsClifford Wolf2016-02-132-2/+2
|
* Added "int ceil_log2(int)" functionClifford Wolf2016-02-131-1/+1
|
* Added "stat -liberty" for calculating chip areaClifford Wolf2016-02-041-6/+60
|
* Improved dffsr2dff passClifford Wolf2016-02-021-5/+50
|
* Added dffsr2dffClifford Wolf2016-02-022-0/+169
|
* Use alphanumerical order instead of idstring idx in opt_clean compare_signals()Clifford Wolf2016-02-021-1/+1
|
* Added "abc -luts" option, Improved Xilinx logic mappingClifford Wolf2016-02-011-13/+37
|
* Improvements in dfflibmap (FFs with Q/QN outputs, DFFs from ADFFs)Clifford Wolf2016-02-011-8/+68
|
* More clang sanitizer stuffClifford Wolf2016-01-311-1/+1
|
* Added "equiv_struct -fwonly"Clifford Wolf2016-01-081-5/+17
|
* Bugfixes in equiv_structClifford Wolf2016-01-081-2/+9
|
* Added "submod -copy"Clifford Wolf2016-01-081-13/+28
|
* Added "equiv_struct -maxiter <N>"Clifford Wolf2016-01-061-4/+16
|
* Added "equiv_add -try" modeClifford Wolf2016-01-061-6/+33
|
* Fixed "splitnets -ports" for hierarchical designsClifford Wolf2015-12-221-0/+57
|
* Added %R select expressionClifford Wolf2015-12-201-0/+50
|
* Improved proc_mux performance for huge always blocksClifford Wolf2015-12-021-36/+153
|
* Added torder commandClifford Wolf2015-11-192-0/+124
|
* Added "abc -g"Clifford Wolf2015-11-101-11/+48
|
* Fix a segfault in dffinit when the value has too few bitsMarcus Comstedt2015-11-081-1/+1
| | | | | The code was already trying to add the required number of bits, but fell one short of the mark.
* Added "singleton" passClifford Wolf2015-11-072-0/+102
|
* Bugfix in mapping $tribuf to $_TBUF_Clifford Wolf2015-11-051-1/+1
|
* Bugfix in memory_dffClifford Wolf2015-10-311-1/+12
|
* Improvements in wreduceClifford Wolf2015-10-311-0/+25
|
* Use mfp<> in equiv_markClifford Wolf2015-10-271-28/+4
|
* Improvements in equiv_structClifford Wolf2015-10-251-17/+62
|
* Major refactoring of equiv_structClifford Wolf2015-10-251-93/+165
|
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-2526-87/+87
|
* Added "equiv_add -cell"Clifford Wolf2015-10-251-32/+93
|
* equiv_struct now creates equiv_merged attributesClifford Wolf2015-10-251-0/+3
|
* Improvements in equiv_structClifford Wolf2015-10-241-1/+22
|
* renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit()Clifford Wolf2015-10-245-19/+19
|
* improvement in "stat"Clifford Wolf2015-10-241-1/+1
|
* equiv_purge bugfix, using SigChunk in Yosys namespaceClifford Wolf2015-10-244-5/+6
|
* Fixed handling of driver-driver conflicts in wreduceClifford Wolf2015-10-241-8/+16
|
* Added equiv_mark commandClifford Wolf2015-10-233-1/+265
|
* Disabled "Skipping blackbox module" msg in show commandClifford Wolf2015-10-231-1/+1
|
* Also merge $equiv cells in equiv_structClifford Wolf2015-10-231-0/+1
|
* Improvements in equiv_structClifford Wolf2015-10-231-11/+18
|
* Added equiv_purgeClifford Wolf2015-10-222-0/+210
|
* Added equiv_struct commandClifford Wolf2015-10-212-0/+188
|
* Improved inout handling in equiv_makeClifford Wolf2015-10-211-1/+1
|
* Bugfixes in handling of "keep" attribute on wiresClifford Wolf2015-10-152-2/+8
|
* Fixed "flatten" for unconnected inout portsClifford Wolf2015-10-131-1/+1
|
* Added edgetypes commandClifford Wolf2015-09-272-0/+107
|
* Some cleanups in qwpClifford Wolf2015-09-261-7/+16
|
* Added "test_cell -noeval"Clifford Wolf2015-09-251-1/+10
|
* Added wreduce $mul support and fixed signed $mul opt_const bugClifford Wolf2015-09-252-5/+37
|
* Bugfix in bram read-enable codeClifford Wolf2015-09-251-2/+5
|
* Added read-enable to memory modelClifford Wolf2015-09-255-42/+101
|