projects
/
yosys.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
yosys.git
2014-12-31
Clifford Wolf
Added memory_bram (not functional yet)
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
Added hashlib .count(key, iterator) and it1 < it2
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
Improvements in CodingReadme
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
improved bitpattern (proc_mux) performance
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
hashlib cleanups and a fix
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
gcc-4.6 compile fixes
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
new hashlib::pool<> (derived from new dict)
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
major rewrite of hashlib::dict<>
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
IdString optimization
commit
|
commitdiff
|
tree
2014-12-31
Clifford Wolf
hotfix for ModInfo
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
using pool<> in bitpattern.h
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
improved -v option
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
typo fix for "opt -fast"
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
print timing details (-d) in -q mode
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Fixed a bug in "select %ci %co %x"
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Added more information to CodingReadme
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Fixed typo in ABC command
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
added hashlib::mkhash_init
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Fixed simlib entries for $memrd and $memwr
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Small optimization in hashlib
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Improvements in hashlib
commit
|
commitdiff
|
tree
2014-12-30
Clifford Wolf
Fixed build with SMALL=1
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Put dummy reference to empty idstring in yosys_shutdown()
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Improved free list management in hashlib
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Fixed memory corruption in "splice" command
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Added statehash to ezSAT
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Less verbose ABC output
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Added global yosys_celltypes
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Added "yosys -X"
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Cleanups in opt_clean
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Fixed comment parsing in Pass::call()
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
dict/pool changes in opt_clean
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Added newline support to Pass::call() parser
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
dict/pool changes in ast
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
gcc build fixes
commit
|
commitdiff
|
tree
2014-12-29
Clifford Wolf
Converting "share" to dict<> and pool<> complete
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Switched most of "share" to dict<> and pool<>
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Added mkhash_xorshift()
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Some changes to hashlib to make for better stl compatib...
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Some cleanups
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Added memhasher (yosys -M)
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
using dict and pool in opt_reduce
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
bugfix in opt_share
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Changed more code to dict<> and pool<>
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Fixed performance bug in object hashing
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Improved hashlib iterator implementation
commit
|
commitdiff
|
tree
2014-12-28
Clifford Wolf
Renamed hashmap.h to hashlib.h, some related improvements
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
Various improvements in ModIndex
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
More dict/pool related changes
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
Added memory statistics (at least on linux)
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
Better help message printing for command line tool
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
Improved some warning messages
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
Fixed mem2reg warning message
commit
|
commitdiff
|
tree
2014-12-27
Clifford Wolf
More hashtable finetuning
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Some cleanups in dict/pool hashtable implementation
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Using Yosys::dict and Yosys::pool in sigtools.h
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Replaced std::unordered_set (nodict) with Yosys::pool
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Replaced std::unordered_map as implementation for Yosys...
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Added new_dict (hashmap.h) and re-enabled code coverage...
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Temporary gcc 4.6 build hotfix for Yosys::dict and...
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Added "yosys -d" command line option
commit
|
commitdiff
|
tree
2014-12-26
Clifford Wolf
Added Yosys::{dict,nodict,vector} container types
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Various fixes and improvements in "write_smt2 -bv"
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Added "test_cell -muxdiv"
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Various fixes and improvements in write_smt2
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Added "test_cell -w" feature
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Fixed simplemap for $ne cells with output width > 1
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Added support for most BV cell types to write_smt2
commit
|
commitdiff
|
tree
2014-12-25
Clifford Wolf
Added "write_smt2 -bv" and other write_smt2 improvements
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Fixed off-by-one bug in "hierarchy -check" for position...
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added write_smt2 (only gate level logic supported so...
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added "dfflibmap -prepare" help
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added "dfflibmap -prepare"
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added "dff2dffe -direct" for direct gate mapping
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added "dff2dffe -unmap"
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Added support for gate-level cells in dff2dffe
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Improvements in simplemap api, added $ne $nex $eq ...
commit
|
commitdiff
|
tree
2014-12-24
Clifford Wolf
Renamed extend() to extend_xx(), changed most users...
commit
|
commitdiff
|
tree
2014-12-23
Clifford Wolf
Improved ABC clock domain partitioning
commit
|
commitdiff
|
tree
2014-12-23
Clifford Wolf
Indenting fix in show.cc
commit
|
commitdiff
|
tree
2014-12-23
Clifford Wolf
Added "show -colorattr"
commit
|
commitdiff
|
tree
2014-12-23
Clifford Wolf
Added "abc -markgroups"
commit
|
commitdiff
|
tree
2014-12-21
Clifford Wolf
Added support for multiple clock domains to "abc" pass
commit
|
commitdiff
|
tree
2014-12-21
Clifford Wolf
Fixed "abc" pass for clk and enable signals driven...
commit
|
commitdiff
|
tree
2014-12-19
Clifford Wolf
Added DFFE support to "abc" pass
commit
|
commitdiff
|
tree
2014-12-19
Clifford Wolf
Added $dffe support to write_verilog
commit
|
commitdiff
|
tree
2014-12-19
Clifford Wolf
Checking existence of ports in "hierarchy -check"
commit
|
commitdiff
|
tree
2014-12-19
Clifford Wolf
Fixed another bug in write_blif handling of $lut cells
commit
|
commitdiff
|
tree
2014-12-17
Clifford Wolf
Merge branch 'master' of github.com:cliffordwolf/yosys
commit
|
commitdiff
|
tree
2014-12-17
Clifford Wolf
Fixed writing of $lut cells in BLIF backend
commit
|
commitdiff
|
tree
2014-12-16
Clifford Wolf
Fixed build with gcc 4.6
commit
|
commitdiff
|
tree
2014-12-14
Clifford Wolf
Added "write_blif -undef" and support for special ...
commit
|
commitdiff
|
tree
2014-12-14
Clifford Wolf
Added "write_blif -blackbox"
commit
|
commitdiff
|
tree
2014-12-14
Clifford Wolf
Added "blif -unbuf" feature
commit
|
commitdiff
|
tree
2014-12-14
Clifford Wolf
Removed psmisc from deps list (usually fuser is already...
commit
|
commitdiff
|
tree
2014-12-12
Clifford Wolf
Added psmisc to prerequisites
commit
|
commitdiff
|
tree
2014-12-12
Clifford Wolf
Removed UTF-8 chars from techmap.v
commit
|
commitdiff
|
tree
2014-12-12
Clifford Wolf
Added missing prerequisites to README
commit
|
commitdiff
|
tree
2014-12-11
Clifford Wolf
Added IdString::destruct_guard hack
commit
|
commitdiff
|
tree
2014-12-11
Clifford Wolf
Compile fix for visual studio
commit
|
commitdiff
|
tree
next