index
:
yosys
master
Debian dgit repo for package yosys
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
Various win32 / vs build fixes
Clifford Wolf
2014-10-17
|
*
Added genfiles.zip to MXE "make dist"
Clifford Wolf
2014-10-17
|
*
Various MXE build fixes
Clifford Wolf
2014-10-17
|
*
Header changes so it will compile on VS
William Speirs
2014-10-17
|
*
Wrapped math in int constructor
William Speirs
2014-10-17
|
*
Fixed a few VS warnings
Clifford Wolf
2014-10-17
|
*
Don't be too smart with $dff cells with "init" attribute on out signal
Clifford Wolf
2014-10-16
|
*
Some cleanups in opt_clean
Clifford Wolf
2014-10-16
|
*
Print "SystemVerilog" in "read_verilog -sv" log messages
Clifford Wolf
2014-10-16
|
*
Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selects
Clifford Wolf
2014-10-16
|
*
Fixed handling of invalid array access in mem2reg code
Clifford Wolf
2014-10-16
|
*
Replaced log_assert() do { ... } while (0) hack with a static inline function
Clifford Wolf
2014-10-15
|
*
Fixed gcc warning
Clifford Wolf
2014-10-15
|
*
Fixed MXE build
Clifford Wolf
2014-10-15
|
*
Merge branch 'win32'
Clifford Wolf
2014-10-15
|
\
|
*
Check for _YOSYS_ in yosys.h
Clifford Wolf
2014-10-15
|
|
|
*
Updated .gitignore file for ilang and verilog frontends
Clifford Wolf
2014-10-15
|
|
|
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
|
|
|
*
A few indent fixes
Clifford Wolf
2014-10-15
|
|
|
*
Changed from "and" to "&&"
William Speirs
2014-10-15
|
|
|
*
Changed to explicit heap allocated memory
William Speirs
2014-10-15
|
|
|
*
Wrapped init in std::set constructor
William Speirs
2014-10-15
|
|
|
*
Made iterators extend std::iterator and added == operator
William Speirs
2014-10-15
|
|
|
*
Define empty __attribute__ macro for non-gcc, non-clang compilers
Clifford Wolf
2014-10-15
|
|
|
*
Fixed log so it will compile under Visual Studio
William Speirs
2014-10-15
|
|
|
|
|
|
|
|
- Included an implementation of gettimeofday
|
*
Updated lexers & parsers to include prefixes
William Speirs
2014-10-15
|
/
*
Updated ABC, enabled ABC in mxe builds
Clifford Wolf
2014-10-15
|
*
Removed CHECK() macro from libparse.cc (was using non-std c features)
Clifford Wolf
2014-10-13
|
*
Fixed ABC ARCHFLAGS for win32 cross build
Clifford Wolf
2014-10-12
|
*
More win32/abc fixes
Clifford Wolf
2014-10-12
|
*
Various Makefile changes for cross-compiling ABC for Win32
Clifford Wolf
2014-10-12
|
*
Various small fixes for non-win32 builds
Clifford Wolf
2014-10-12
|
*
Added make_temp_{file,dir}() and remove_directory() APIs
Clifford Wolf
2014-10-12
|
*
Using stringf() instead of asprintf() in "abc" pass
Clifford Wolf
2014-10-12
|
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
|
*
Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source tree
Clifford Wolf
2014-10-11
|
*
Shrinked the copyright banner by 1 character
Clifford Wolf
2014-10-11
|
*
Added "make dist" for mxe builds
Clifford Wolf
2014-10-11
|
*
Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) builds
Clifford Wolf
2014-10-11
|
*
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
|
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
|
*
Strip win32 executeables
Clifford Wolf
2014-10-11
|
*
Added proc_self_dirname() for win32
Clifford Wolf
2014-10-11
|
*
Fixed MXE readline support
Clifford Wolf
2014-10-11
|
*
Fixed ifdefs for plugin unloading
Clifford Wolf
2014-10-11
|
*
Disabled "cover -d" on win32
Clifford Wolf
2014-10-11
|
*
Not using std::to_string in ezsat (problems with mingw)
Clifford Wolf
2014-10-11
|
*
Disabled vhdl2verilog command for win32 builds
Clifford Wolf
2014-10-11
|
*
Disabled ezminisat timeout feature for Win32
Clifford Wolf
2014-10-11
|
*
Using next_token() to parse commands
Clifford Wolf
2014-10-10
|
[next]