aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/show.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve "show" handling of 0/1/X/Z paddingClifford Wolf2019-04-201-2/+21
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
* 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
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Add support for "yosys -E"Clifford Wolf2018-01-071-0/+5
* Add support for editline as replacement for readlineClifford Wolf2017-11-081-0/+4
* Improved "show" help messageClifford Wolf2016-08-281-3/+5
* Minor fixes in show commandClifford Wolf2016-08-161-3/+3
* Added "yosys -D" featureClifford Wolf2016-04-211-2/+2
* Disabled "Skipping blackbox module" msg in show commandClifford Wolf2015-10-231-1/+1
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-7/+7
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Fixed cstr_buf for std::string with small string optimizationClifford Wolf2015-06-111-1/+1
* documentation improvementsClifford Wolf2015-03-291-0/+4
* Changed "show" defaults for Win32Clifford Wolf2015-02-191-1/+4
* Added Viz to yosys.jsClifford Wolf2015-02-151-1/+6
* Fixed bug in "show -format .."Clifford Wolf2015-02-081-1/+1
* Improved xdot callingClifford Wolf2015-01-221-2/+2
* Indenting fix in show.ccClifford Wolf2014-12-231-2/+2
* Added "show -colorattr"Clifford Wolf2014-12-231-4/+35
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-081-6/+8
* Header changes so it will compile on VSWilliam Speirs2014-10-171-1/+4
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-3/+3
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-1/+1
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-1/+1
* namespace YosysClifford Wolf2014-09-271-0/+4
* Alphabetically sort port names in "show" outputClifford Wolf2014-09-191-0/+3
* Removed references to yosys-svgviewer from docsClifford Wolf2014-09-021-2/+2
* Using "xdot" instead of "yosys-svgviewer" in show commandClifford Wolf2014-09-021-4/+3
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-4/+4
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-221-1/+8
* Added "show -signed"Clifford Wolf2014-08-041-5/+17
* Fixes in show command (related to new IdString)Clifford Wolf2014-08-031-20/+18
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-021-1/+1
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-11/+13
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-1/+1
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-2/+2
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-3/+3
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-1/+1
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-3/+3
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-5/+5
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-5/+5
* Various RTLIL::SigSpec related code cleanupsClifford Wolf2014-07-251-3/+3
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-2/+2
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-3/+0
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-2/+2
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-17/+17
* 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