aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-2832-127/+831
|\
| * Add "rename -output"Clifford Wolf2019-03-271-3/+23
| * Improve "rename" help messageClifford Wolf2019-03-271-0/+6
| * Hotfix for 4c82ddfClifford Wolf2019-02-211-11/+2
| * Add -params mode to force undef parameters in selected cells.Keith Rothman2019-02-211-0/+29
| * Switch "bugpoint" from system() to run_command()Clifford Wolf2019-01-071-1/+1
| * bugpoint: new pass.whitequark2019-01-072-1/+370
| * Rename cells based on the wires they drive.Scott Mansell2019-01-061-0/+66
| * Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-026-10/+10
| * Merge pull request #736 from whitequark/select_assert_listClifford Wolf2018-12-161-8/+50
| |\
| | * select: print selection if a -assert-* flag causes an error.whitequark2018-12-161-8/+50
| * | rename: add -src, for inferring names from source locations.whitequark2018-12-051-0/+50
| |/
| * Merge pull request #625 from aman-goel/masterClifford Wolf2018-09-141-1/+7
| |\
| | * Minor revision to -expose in setundef passAman Goel2018-09-101-1/+7
| * | Merge pull request #606 from cr1901/show-winClifford Wolf2018-08-191-3/+20
| |\ \ | | |/ | |/|
| | * Update show pass documentation with Windows caveats.William D. Jones2018-08-151-1/+2
| | * Fix run_command() when using -format and -viewer in show pass.William D. Jones2018-08-151-2/+18
| * | Revision to expose option in setundef passAman Goel2018-08-181-154/+123
| * | Merge pull request #3 from YosysHQ/masterAman Goel2018-08-1830-77/+76
| |\|
| | * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-2030-77/+76
| * | Merging with official repoAman Goel2018-07-042-26/+50
| |\|
| * | Correction to -expose with setundefAman Goel2018-05-151-0/+1
| * | Minor correctionAman Goel2018-05-141-2/+1
| * | Corrections to option -expose in setundef passAman Goel2018-05-131-16/+141
| * | Add option -expose to setundef passAman Goel2018-05-131-6/+26
* | | added some checks if python is enabled to make sure everything compiles if py...Benedikt Tutzer2018-08-201-0/+4
* | | Two passes are not allowed to have the same filenameBenedikt Tutzer2018-08-201-1/+1
* | | Python passes are now looked for in share/plugins and can be added by specify...Benedikt Tutzer2018-08-201-20/+4
* | | Python Passes can now be added with the -m option or with the plugin command....Benedikt Tutzer2018-08-161-0/+63
| |/ |/|
* | Include module name for area summary statsEdmond Cote2018-06-181-4/+4
* | Add setundef -anyseq / -anyconst support to -undriven modeClifford Wolf2018-06-011-3/+11
* | Add "setundef -anyconst"Clifford Wolf2018-06-011-20/+41
|/
* Some cleanups in setundef.ccClifford Wolf2018-05-131-0/+7
* Add "#ifdef __FreeBSD__"Christian Krämer2018-05-131-1/+1
* Revert "Add "#ifdef __FreeBSD__""Clifford Wolf2018-05-131-1/+1
* Add "#ifdef __FreeBSD__"Johnny Sorocil2018-05-051-1/+1
* Add "setundef -undef"Clifford Wolf2018-03-121-0/+11
* Fix connwrappers help messageClifford Wolf2018-03-041-1/+1
* Recognize stand-alone obj pattern even when it contains a slashClifford Wolf2018-02-131-0/+3
* Add support for "yosys -E"Clifford Wolf2018-01-076-0/+11
* Add support for editline as replacement for readlineClifford Wolf2017-11-081-0/+4
* Add "ltp" commandClifford Wolf2017-10-312-0/+186
* Add blackbox commandClifford Wolf2017-10-042-0/+82
* More intuitive handling of "cd .." for singleton modulesClifford Wolf2017-08-191-2/+38
* Add $alu to list of supported cells for "stat -width"Clifford Wolf2017-07-141-1/+1
* Add "design -import"Clifford Wolf2017-06-301-3/+94
* Add chtype commandClifford Wolf2017-06-302-0/+84
* Add "setundef -anyseq"Clifford Wolf2017-05-281-2/+42
* Improve write_aiger handling of unconnected nets and constantsClifford Wolf2017-05-281-1/+1
* Fix gcc compiler warningClifford Wolf2017-04-051-1/+1