summaryrefslogtreecommitdiff
path: root/passes/cmds/show.cc
Commit message (Expand)AuthorAge
* New upstream version 0.9Ruben Undheim2019-10-18
* Imported GIT HEAD: 0.8+20190328git32bd0f2Ruben Undheim2019-03-28
* New upstream version 0.7+20180830git0b7a184Ruben Undheim2018-08-30
* Squashed commit of the following:Ruben Undheim2016-09-23
* Disabled "Skipping blackbox module" msg in show commandClifford Wolf2015-10-23
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Fixed cstr_buf for std::string with small string optimizationClifford Wolf2015-06-11
* documentation improvementsClifford Wolf2015-03-29
* Changed "show" defaults for Win32Clifford Wolf2015-02-19
* Added Viz to yosys.jsClifford Wolf2015-02-15
* Fixed bug in "show -format .."Clifford Wolf2015-02-08
* Improved xdot callingClifford Wolf2015-01-22
* Indenting fix in show.ccClifford Wolf2014-12-23
* Added "show -colorattr"Clifford Wolf2014-12-23
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-08
* Header changes so it will compile on VSWilliam Speirs2014-10-17
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* namespace YosysClifford Wolf2014-09-27
* Alphabetically sort port names in "show" outputClifford Wolf2014-09-19
* Removed references to yosys-svgviewer from docsClifford Wolf2014-09-02
* Using "xdot" instead of "yosys-svgviewer" in show commandClifford Wolf2014-09-02
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-22
* Added "show -signed"Clifford Wolf2014-08-04
* Fixes in show command (related to new IdString)Clifford Wolf2014-08-03
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
* Manual fixes for new cell connections APIClifford Wolf2014-07-26
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
* Various RTLIL::SigSpec related code cleanupsClifford Wolf2014-07-25
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-24
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-23
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-22
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Improved seeding of color rng in show commandClifford Wolf2014-07-18
* fixed syntax error in dot file created by "show" commandClifford Wolf2014-05-10
* - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-12
* Added show -notitle optionClifford Wolf2014-02-02
* Added show -color support for cells and finished show -label implementationClifford Wolf2014-02-01
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-04
* Fixes and improvements in "show" commandClifford Wolf2013-11-28