aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Added "check -initdrv"Clifford Wolf2017-01-041-3/+82
|
* Added "design -reset-vlog"Clifford Wolf2016-11-301-7/+32
|
* Added wire start_offset and upto handling to splitnets cmdClifford Wolf2016-11-231-2/+8
|
* Bugfix in "setundef" passClifford Wolf2016-11-081-2/+7
|
* Implemented "scc -set_attr"Clifford Wolf2016-11-061-22/+32
|
* Bugfix in "scc" commandClifford Wolf2016-11-061-9/+11
|
* Added "setparam -type"Clifford Wolf2016-10-191-3/+13
|
* Added "tee +INT -INT"Clifford Wolf2016-09-061-0/+10
|
* Improved "show" help messageClifford Wolf2016-08-281-3/+5
|
* Minor fixes in show commandClifford Wolf2016-08-161-3/+3
|
* Replaced "select -assert-limit" with -assert-max and -assert-minClifford Wolf2016-07-011-42/+29
|
* Added 'assert-limit' option for 'select' commandeshellko2016-07-011-5/+42
| | | For resource limited designs such as FPGA it can be useful to specify limit of specific resources available on board. So user can check if he should change RTL as early as mapping done.
* Added "setundef -init"Clifford Wolf2016-06-031-5/+89
|
* Fixed "scc" for cells that have feedback singals _and_ are part of a larger loopClifford Wolf2016-05-271-3/+3
|
* Added "qwp -v"Clifford Wolf2016-04-281-0/+30
|
* Added "yosys -D" featureClifford Wolf2016-04-2110-11/+11
|
* Added support for installed pluginsClifford Wolf2016-03-301-2/+6
|
* Support for abstract modules in chparamClifford Wolf2016-03-211-0/+6
|
* Added "stat -liberty" for calculating chip areaClifford Wolf2016-02-041-6/+60
|
* Fixed "splitnets -ports" for hierarchical designsClifford Wolf2015-12-221-0/+57
|
* Added %R select expressionClifford Wolf2015-12-201-0/+50
|
* Added torder commandClifford Wolf2015-11-192-0/+124
|
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-256-19/+19
|
* renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit()Clifford Wolf2015-10-241-1/+1
|
* improvement in "stat"Clifford Wolf2015-10-241-1/+1
|
* Disabled "Skipping blackbox module" msg in show commandClifford Wolf2015-10-231-1/+1
|
* Added edgetypes commandClifford Wolf2015-09-272-0/+107
|
* Some cleanups in qwpClifford Wolf2015-09-261-7/+16
|
* Added pivoting to qwp solverClifford Wolf2015-09-241-14/+43
|
* Improved qwp performanceClifford Wolf2015-09-241-49/+25
|
* Added statistics summary to "qwp"Clifford Wolf2015-09-241-0/+77
|
* Bugfix in "qwp" passClifford Wolf2015-09-211-6/+31
|
* Improvements and fixes in "qwp" passClifford Wolf2015-09-211-29/+74
|
* Added "qwp -dump"Clifford Wolf2015-09-201-21/+115
|
* Added "qwp" commandClifford Wolf2015-09-202-0/+586
|
* Fixed port ordering in "splitnets" cmdClifford Wolf2015-09-011-7/+18
|
* Another block of spelling fixesLarry Doolittle2015-08-141-3/+3
| | | | Smaller this time
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-142-2/+2
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-148-16/+16
|
* Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-131-1/+1
|
* Fixed "check" command for inout portsClifford Wolf2015-07-271-3/+11
|
* Some fixes in "select" commandClifford Wolf2015-07-161-1/+3
|
* Fixed trailing whitespacesClifford Wolf2015-07-0217-56/+56
|
* Bugfix in chparamClifford Wolf2015-06-301-6/+5
|
* Added design->rename(module, new_name)Clifford Wolf2015-06-301-3/+1
|
* Added "rename -top new_name"Clifford Wolf2015-06-171-0/+27
|
* Fixed cstr_buf for std::string with small string optimizationClifford Wolf2015-06-111-1/+1
|
* Preserve important attributes in splitnetsClifford Wolf2015-04-291-0/+13
|
* Added "splice -wires"Clifford Wolf2015-04-131-9/+20
|
* Added support for "file names with blanks"Clifford Wolf2015-04-081-20/+14
|