aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* substr() -> compare()Eddie Hung2019-08-074-30/+30
* Tweak default gate costs, cleanup "stat -tech cmos"Clifford Wolf2019-08-071-16/+6
* Add $_NMUX_, add "abc -g cmos", add proper cmos cell costsClifford Wolf2019-08-061-0/+4
* Add "stat -tech cmos"Clifford Wolf2019-07-201-2/+29
* bugpoint: add -assigns and -updates options.whitequark2019-07-091-9/+81
* Fix typo, fixes #1095Clifford Wolf2019-06-201-1/+1
* Fix typoClifford Wolf2019-06-201-2/+2
* Fixed the help summary line for a few commandsacw12512019-06-191-1/+1
* Major rewrite of wire selection in setundef -initClifford Wolf2019-06-051-30/+89
* Indent fixClifford Wolf2019-06-051-23/+25
* Merge pull request #999 from jakobwenzel/setundefInitFixClifford Wolf2019-06-051-16/+23
|\
| * initialize more registers in setundef -initJakob Wenzel2019-05-091-16/+23
* | Fix "tee" handling of log_streamsClifford Wolf2019-05-311-0/+5
* | Do not leak file descriptors in cover.ccClifford Wolf2019-05-151-5/+6
* | Fix two instances of integer-assignment to string.Henner Zeller2019-05-141-1/+2
* | bugpoint: check for -script option.whitequark2019-05-141-0/+3
* | Add "stat -tech xilinx"Clifford Wolf2019-05-111-3/+73
|/
* Fix all warnings that occurred when compiling with gcc9Kristoffer Ellersgaard Koch2019-05-081-2/+1
* Fix floating point exception in qwp, fixes #923Clifford Wolf2019-05-011-1/+1
* Add log_debug() frameworkClifford Wolf2019-04-221-0/+34
* Merge pull request #905 from christian-krieg/feature/python_bindingsClifford Wolf2019-04-221-0/+50
|\
| * Used PyImport_ImportModule instead of PyImport_Import to avoid the explicit c...Benedikt Tutzer2019-04-041-10/+2
| * Changed filesystem dependency to boost instead of experimental std libraryBenedikt Tutzer2019-04-041-2/+3
| * Added cross-platform support for plugin-pathsBenedikt Tutzer2019-04-031-6/+10
| * Improved Error reporting when Python passes are loadedBenedikt Tutzer2019-04-031-0/+2
| * Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-2832-127/+831
| |\
| * | 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
* | | Merge pull request #943 from YosysHQ/clifford/whiteboxClifford Wolf2019-04-204-7/+46
|\ \ \
| * | | Add "wbflip" commandClifford Wolf2019-04-201-0/+39
| * | | Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-183-7/+7
| | |/ | |/|
* / | Improve "show" handling of 0/1/X/Z paddingClifford Wolf2019-04-201-2/+21
|/ /
* | 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