aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/show.cc
Commit message (Expand)AuthorAgeFilesLines
...
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-17/+17
* Improved seeding of color rng in show commandClifford Wolf2014-07-181-1/+3
* fixed syntax error in dot file created by "show" commandClifford Wolf2014-05-101-1/+1
* - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-121-1/+2
* Added show -notitle optionClifford Wolf2014-02-021-4/+14
* Added show -color support for cells and finished show -label implementationClifford Wolf2014-02-011-13/+36
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-1/+1
* Fixes and improvements in "show" commandClifford Wolf2013-11-281-10/+42
* Added "src" attribute to processesClifford Wolf2013-11-281-1/+4
* Added support for "show -pause" and "show -format dot"Clifford Wolf2013-11-281-6/+30
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-3/+3
* Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-311-2/+2
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-2/+2
* Some minor documentation fixesClifford Wolf2013-08-211-1/+1
* Renamed yosys-show temp files to be dot-files in the users home directoryClifford Wolf2013-06-121-3/+3
* Look for yosys-abc and yosys-svgviewer where the main exe isClifford Wolf2013-06-091-1/+1
* Moved cmds from kernel/ to passes/cmds/Clifford Wolf2013-06-081-0/+684