index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
cmds
/
show.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
substr() -> compare()
Eddie Hung
2019-08-07
1
-3
/
+3
*
stoi -> atoi
Eddie Hung
2019-08-07
1
-1
/
+1
*
Use std::stoi instead of atoi(<str>.c_str())
Eddie Hung
2019-08-06
1
-1
/
+1
*
Merge pull request #943 from YosysHQ/clifford/whitebox
Clifford Wolf
2019-04-20
1
-2
/
+2
|
\
|
*
Add "whitebox" attribute, add "read_verilog -wb"
Clifford Wolf
2019-04-18
1
-2
/
+2
*
|
Improve "show" handling of 0/1/X/Z padding
Clifford Wolf
2019-04-20
1
-2
/
+21
|
/
*
Fix typographical and grammatical errors and inconsistencies.
whitequark
2019-01-02
1
-1
/
+1
*
Update show pass documentation with Windows caveats.
William D. Jones
2018-08-15
1
-1
/
+2
*
Fix run_command() when using -format and -viewer in show pass.
William D. Jones
2018-08-15
1
-2
/
+18
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
Add support for "yosys -E"
Clifford Wolf
2018-01-07
1
-0
/
+5
*
Add support for editline as replacement for readline
Clifford Wolf
2017-11-08
1
-0
/
+4
*
Improved "show" help message
Clifford Wolf
2016-08-28
1
-3
/
+5
*
Minor fixes in show command
Clifford Wolf
2016-08-16
1
-3
/
+3
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-2
/
+2
*
Disabled "Skipping blackbox module" msg in show command
Clifford Wolf
2015-10-23
1
-1
/
+1
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
1
-7
/
+7
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
Fixed cstr_buf for std::string with small string optimization
Clifford Wolf
2015-06-11
1
-1
/
+1
*
documentation improvements
Clifford Wolf
2015-03-29
1
-0
/
+4
*
Changed "show" defaults for Win32
Clifford Wolf
2015-02-19
1
-1
/
+4
*
Added Viz to yosys.js
Clifford Wolf
2015-02-15
1
-1
/
+6
*
Fixed bug in "show -format .."
Clifford Wolf
2015-02-08
1
-1
/
+1
*
Improved xdot calling
Clifford Wolf
2015-01-22
1
-2
/
+2
*
Indenting fix in show.cc
Clifford Wolf
2014-12-23
1
-2
/
+2
*
Added "show -colorattr"
Clifford Wolf
2014-12-23
1
-4
/
+35
*
Added "Nx" syntax to "show" command for repeating SigChunks
Clifford Wolf
2014-11-08
1
-6
/
+8
*
Header changes so it will compile on VS
William Speirs
2014-10-17
1
-1
/
+4
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
1
-3
/
+3
*
Added format __attribute__ to stringf()
Clifford Wolf
2014-10-10
1
-1
/
+1
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-1
/
+1
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-0
/
+4
*
Alphabetically sort port names in "show" output
Clifford Wolf
2014-09-19
1
-0
/
+3
*
Removed references to yosys-svgviewer from docs
Clifford Wolf
2014-09-02
1
-2
/
+2
*
Using "xdot" instead of "yosys-svgviewer" in show command
Clifford Wolf
2014-09-02
1
-4
/
+3
*
Changed frontend-api from FILE to std::istream
Clifford Wolf
2014-08-23
1
-4
/
+4
*
Added emscripten (emcc) support to build system and some build fixes
Clifford Wolf
2014-08-22
1
-1
/
+8
*
Added "show -signed"
Clifford Wolf
2014-08-04
1
-5
/
+17
*
Fixes in show command (related to new IdString)
Clifford Wolf
2014-08-03
1
-20
/
+18
*
No implicit conversion from IdString to anything else
Clifford Wolf
2014-08-02
1
-1
/
+1
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
1
-11
/
+13
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-2
/
+2
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-3
/
+3
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Manual fixes for new cell connections API
Clifford Wolf
2014-07-26
1
-3
/
+3
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-5
/
+5
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-5
/
+5
*
Various RTLIL::SigSpec related code cleanups
Clifford Wolf
2014-07-25
1
-3
/
+3
*
Replaced more old SigChunk programming patterns
Clifford Wolf
2014-07-24
1
-2
/
+2
[next]