index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
cmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN
Clifford Wolf
2014-11-09
1
-6
/
+6
*
Added log_warning() API
Clifford Wolf
2014-11-09
1
-1
/
+1
*
Added missing fixup_ports() calls to "rename" command
Clifford Wolf
2014-11-08
1
-0
/
+4
*
Added "Nx" syntax to "show" command for repeating SigChunks
Clifford Wolf
2014-11-08
1
-6
/
+8
*
Fixed typo in "log_cmd_error_exception"
Clifford Wolf
2014-11-07
2
-4
/
+4
*
Made "cover" a compile-time option (disabled by default)
Clifford Wolf
2014-11-06
1
-2
/
+2
*
Re-introduced Yosys::readsome() helper function
Clifford Wolf
2014-10-23
1
-6
/
+3
*
Various win32 / vs build fixes
Clifford Wolf
2014-10-17
1
-5
/
+5
*
Various MXE build fixes
Clifford Wolf
2014-10-17
1
-2
/
+5
*
Header changes so it will compile on VS
William Speirs
2014-10-17
2
-3
/
+15
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
1
-3
/
+6
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
1
-3
/
+3
*
Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source tree
Clifford Wolf
2014-10-11
2
-1
/
+1
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
1
-1
/
+1
*
Disabled "cover -d" on win32
Clifford Wolf
2014-10-11
1
-0
/
+4
*
Moved patmatch() to yosys.cc
Clifford Wolf
2014-10-10
2
-3
/
+0
*
Replaced fnmatch() with patmatch()
Clifford Wolf
2014-10-10
2
-13
/
+10
*
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
3
-7
/
+7
*
sort cell types in "stat" output by name
Clifford Wolf
2014-10-03
1
-2
/
+2
*
namespace Yosys
Clifford Wolf
2014-09-27
20
-119
/
+195
*
Alphabetically sort port names in "show" output
Clifford Wolf
2014-09-19
1
-0
/
+3
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
4
-6
/
+6
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
1
-1
/
+1
*
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
*
Moved "share" and "wreduce" to passes/opt/
Clifford Wolf
2014-09-01
2
-354
/
+0
*
Implemented "rename -enumerate -pattern"
Clifford Wolf
2014-08-26
1
-4
/
+13
*
Changed frontend-api from FILE to std::istream
Clifford Wolf
2014-08-23
2
-6
/
+6
*
Added "stat -width"
Clifford Wolf
2014-08-22
1
-4
/
+37
*
Added emscripten (emcc) support to build system and some build fixes
Clifford Wolf
2014-08-22
2
-2
/
+16
*
Added "plugin" command
Clifford Wolf
2014-08-22
2
-0
/
+118
*
Added module->uniquify()
Clifford Wolf
2014-08-16
1
-4
/
+1
*
RIP $safe_pmux
Clifford Wolf
2014-08-14
1
-2
/
+2
*
Fixed build with gcc-4.6
Clifford Wolf
2014-08-07
1
-6
/
+6
*
Various fixes and improvements in wreduce pass
Clifford Wolf
2014-08-05
1
-29
/
+47
*
Removed old "constmap" from wreduce code
Clifford Wolf
2014-08-05
1
-3
/
+2
*
Added support for truncating of wires to wreduce pass
Clifford Wolf
2014-08-05
1
-4
/
+40
*
Cleanups and improvements in wreduce pass
Clifford Wolf
2014-08-05
1
-47
/
+77
*
Added mux support to wreduce command
Clifford Wolf
2014-08-05
1
-36
/
+82
*
Added "show -signed"
Clifford Wolf
2014-08-04
1
-5
/
+17
*
Added RTLIL::IdString::in(...)
Clifford Wolf
2014-08-04
1
-4
/
+3
*
Progress in "wreduce" pass
Clifford Wolf
2014-08-03
1
-43
/
+16
*
Added "wreduce" command (work in progress)
Clifford Wolf
2014-08-03
2
-0
/
+253
*
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
3
-4
/
+4
*
More bugfixes related to new RTLIL::IdString
Clifford Wolf
2014-08-02
1
-3
/
+3
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
4
-19
/
+21
*
Preparations for RTLIL::IdString redesign: cleanup of existing code
Clifford Wolf
2014-08-02
3
-6
/
+6
*
Added ModIndex helper class, some changes to RTLIL::Monitor
Clifford Wolf
2014-08-01
1
-3
/
+3
[next]