projects
/
yosys.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
yosys.git
2014-07-27
Clifford Wolf
Added log_cmd_error_expection
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Fixed verific bindings for new RTLIL api
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Fixed ilang parser for new RTLIL API
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Using new obj iterator API in a few places
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Added RTLIL::Module::wire(id) and cell(id) lookup functions
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Added RTLIL::Design::modules()
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Refactoring: Renamed RTLIL::Design::modules to modules_
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Added conversion from ObjRange to std::vector and std...
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Added RTLIL::ObjIterator and RTLIL::ObjRange
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Using std::move() in SigSpec move constructor
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Added RTLIL::SigSpec move constructor and move assignme...
commit
|
commitdiff
|
tree
2014-07-27
Clifford Wolf
Mostly cosmetic changes to rtlil.h
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Refactoring: Renamed RTLIL::Module::cells to cells_
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Refactoring: Renamed RTLIL::Module::wires to wires_
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
New message for completion of build
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Changed more code to the new RTLIL::Wire constructors
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Changed a lot of code to the new RTLIL::Wire constructors
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added tests/various/.gitignore
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added tests/various/submod_extract.ys
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added support for here documents
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
More RTLIL::Cell API usage cleanups
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added RTLIL::Cell::has(portname)
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Merge automatic and manual code changes for new cell...
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Manual fixes for new cell connections API
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Changed users of cell->connections_ to the new API...
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added some missing "const" in rtlil.h
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added RTLIL::Module::connections()
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added RTLIL::Module::connect(const RTLIL::SigSig&)
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Use "wget -N" in tests/vloghtb/run-test.sh
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added "passed" message to make test targets
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Automatically pack SigSpec on copy/assign
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added new RTLIL::Cell port access methods
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Renamed RTLIL::{Module,Cell}::connections to connections_
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Cosmetic fixes for "make abc"
commit
|
commitdiff
|
tree
2014-07-26
Clifford Wolf
Added "Checklist for adding internal cell types"
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added copy-constructor-like module->addCell(name, other...
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Use only module->addCell() and module->remove() to...
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Various RTLIL::SigSpec related code cleanups
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added RTLIL::SigSpec is_chunk()/as_chunk() API
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added "make vgtest"
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Fixed two memory leaks in ast simplify
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Renamed some of the test cases in tests/simple to avoid...
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Fixed memory corruption in "opt_reduce" pass
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Disabled cover() for non-linux builds
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added more stuff to checklist
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Updated verific build/test instructions
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Improvements in "cover" command
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Removed Minisat dependency on zlib
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added more stuff to the checklist
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Fixed typo in cover id
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Added "make clean-abc"
commit
|
commitdiff
|
tree
2014-07-25
Clifford Wolf
Further improved "make" prettiness
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Replaced more old SigChunk programming patterns
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Updated ABC to hg id "b1e63d18768d"
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added cover() calls to opt_const
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added cover_list() API
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added "make SMALL=1"
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Now "make PRETTY=1" is the default setting
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added percentage display to "make PRETTY=1"
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added "make PRETTY=1"
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added "cover" command
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Some improvements in SigSpec packing/unpacking and...
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Now using a dedicated ELF section for all coverage...
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Small changes regarding cover() and check() in SigSpec
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Renamed RELEASE_CHECKLIST -> CHECKLIST
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added support for YOSYS_COVER_FILE env variable
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added cover() calls to RTLIL::SigSpec methods
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added support for YOSYS_COVER_DIR env variable
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added cover() API
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added RELEASE_CHECKLIST
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added "make config-gcc-4.7"
commit
|
commitdiff
|
tree
2014-07-24
Clifford Wolf
Added "make vloghtb"
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Added hashing to RTLIL::SigSpec relational and equal...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Disabled RTLIL::SigSpec::check() in release builds
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Fixed release build
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Various fixes in Verific frontend for new RTLIL API
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Added RTLIL::SigSpec::repeat()
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Various small fixes (from gcc compiler warnings)
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Removed RTLIL::SigSpec::optimize()
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Turned RTLIL::SigSpec::optimize() to a no-op: a packed...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Fixed manual/CHAPTER_Prog/stubnets.cc
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Removed RTLIL::SigSpec::expand() method
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Added eclipse .setting folder to .gitignore
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Fixed all users of SigSpec::chunks_rw() and removed it
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Replaced RTLIL::SigSpec::operator!=() with inline version
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Merge branch: Refactoring {SigSpec|SigChunk}(RTLIL...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
commit
|
commitdiff
|
tree
2014-07-23
Clifford Wolf
Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL...
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: More cleanups of old SigSpec use...
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: Added RTLIL::SigSpecIterator
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: cleanup of old SigSpec usage in...
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
Fixed memory corruption with new SigSpec API in proc_mux
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: added RTLIL::SigSpec::operator[]
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
fixed memory leak in fsm_opt
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: rewrote some RTLIL::SigSpec method...
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
Removed RTLIL::SigChunk::compare()
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: added RTLIL::SigSpec::bits() and...
commit
|
commitdiff
|
tree
2014-07-22
Clifford Wolf
SigSpec refactoring: change RTLIL::SigSpec::chunks...
commit
|
commitdiff
|
tree
next