summaryrefslogtreecommitdiff
path: root/passes/cmds/show.cc
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* 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, ↵Clifford Wolf2014-07-22
| | | | created interim RTLIL::SigSpec::chunks_rw()
* 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 ↵Siesh1oo2014-03-12
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* 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
|
* Added "src" attribute to processesClifford Wolf2013-11-28
|
* Added support for "show -pause" and "show -format dot"Clifford Wolf2013-11-28
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
|
* Added placeholder check to dfflibmap and cleaned up some other placeholder ↵Clifford Wolf2013-10-31
| | | | checks
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-24
|
* Some minor documentation fixesClifford Wolf2013-08-21
|
* Renamed yosys-show temp files to be dot-files in the users home directoryClifford Wolf2013-06-12
|