Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved support for $sop cells | Clifford Wolf | 2016-06-17 | 2 | -4/+16 | |
| | ||||||
* | Added $sop cell type and "abc -sop" | Clifford Wolf | 2016-06-17 | 2 | -1/+36 | |
| | ||||||
* | Added missing "#define HASHLIB_H" | Clifford Wolf | 2016-05-14 | 1 | -0/+1 | |
| | ||||||
* | Include <cmath> in yosys.h | Clifford Wolf | 2016-05-08 | 1 | -0/+1 | |
| | ||||||
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 2 | -8/+8 | |
| | ||||||
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 3 | -6/+22 | |
| | ||||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 4 | -9/+36 | |
| | ||||||
* | Minor hashlib bugfix | Clifford Wolf | 2016-04-16 | 1 | -1/+1 | |
| | ||||||
* | Hashlib indenting fix | Clifford Wolf | 2016-04-05 | 1 | -2/+2 | |
| | ||||||
* | Added ScriptPass helper class for script-like passes | Clifford Wolf | 2016-03-31 | 3 | -3/+79 | |
| | ||||||
* | Added log_dump() support for dict<> and pool<> containers | Clifford Wolf | 2016-03-31 | 1 | -0/+26 | |
| | ||||||
* | We have 2016 for a while now | Clifford Wolf | 2016-03-30 | 1 | -1/+1 | |
| | ||||||
* | Added .vhd file extension support | Clifford Wolf | 2016-03-30 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #137 from ravenexp/master | Clifford Wolf | 2016-03-28 | 1 | -0/+5 | |
|\ | | | | | Embed DATDIR make variable value into yosys binary. | |||||
| * | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 1 | -0/+5 | |
| | | | | | | | | Use it as the last resort in the share/ directory location search. | |||||
* | | fix a cut-n-paste error in the -h help | Sebastian Kuzminsky | 2016-03-26 | 1 | -2/+2 | |
|/ | ||||||
* | Use easyer-to-read unoptimized ceil_log2() | Clifford Wolf | 2016-02-15 | 1 | -18/+5 | |
| | | | | | see here for details on the optimized version: http://svn.clifford.at/handicraft/2016/esbmc/ceilog2.c | |||||
* | Fixed more visual studio warnings | Clifford Wolf | 2016-02-14 | 1 | -5/+3 | |
| | ||||||
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 3 | -4/+4 | |
| | ||||||
* | Added "int ceil_log2(int)" function | Clifford Wolf | 2016-02-13 | 2 | -0/+26 | |
| | ||||||
* | Added addBufGate module method | Clifford Wolf | 2016-02-02 | 2 | -0/+3 | |
| | ||||||
* | SigMap performance improvement | Clifford Wolf | 2016-02-01 | 1 | -1/+7 | |
| | ||||||
* | hashlib mfp<> performance improvements | Clifford Wolf | 2016-02-01 | 1 | -2/+7 | |
| | ||||||
* | Added reserve() method to haslib classes and | Clifford Wolf | 2016-01-31 | 1 | -2/+6 | |
| | | | | calculate hashtable size based on entries capacity, not size | |||||
* | rtlil: Improve performance of SigSpec::extract(SigSpec, SigSpec*) | Rick Altherr | 2016-01-31 | 1 | -2/+31 | |
| | | | | | | | | Converting to a pool<SigBit> is fairly expensive due to inserts somewhat frequently causing rehashing. Instead, walk through the pattern SigSpec directly on a chunk-by-chunk basis and apply it to this SigSpec's individual bits. Using chunks for the pattern minimizes the number of iterations in the outer loop. | |||||
* | rtlil: speed up SigSpec::sort_and_unify() | Rick Altherr | 2016-01-31 | 1 | -1/+11 | |
| | | | | | | | | | | std::set<> internally is often a red-black tree which is fairly expensive to create but fast to lookup. In the case of sort_and_unify(), a set<> is constructed as a temporary object to attempt to speed up lookups. Being a temporarily, however, the cost of creation far outweights the lookup improvement and is a net performance loss. Instead, sort the vector<> that already exists and then apply std::unique(). | |||||
* | rtlil: improve performance of SigSpec::replace(SigSpec, SigSpec, SigSpec*) | Rick Altherr | 2016-01-31 | 1 | -6/+14 | |
| | ||||||
* | rtlil: improve performance of SigSpec::remove2(SigSpec, SigSpec*) | Rick Altherr | 2016-01-31 | 1 | -2/+29 | |
| | ||||||
* | Meaningless coding style change | Clifford Wolf | 2016-01-31 | 1 | -1/+0 | |
| | ||||||
* | rtlil: rewrite remove2() to avoid copying | Rick Altherr | 2016-01-30 | 1 | -45/+18 | |
| | ||||||
* | rtlil: duplicate remove2() for std::set<> | Rick Altherr | 2016-01-29 | 2 | -0/+41 | |
| | ||||||
* | rtlil: change IdString comparison operators to take references instead of copies | Rick Altherr | 2016-01-29 | 1 | -3/+3 | |
| | ||||||
* | Added default values for hashlib at() methods | Clifford Wolf | 2015-12-02 | 1 | -0/+18 | |
| | ||||||
* | Re-added SigMap::allbits() | Clifford Wolf | 2015-11-30 | 2 | -0/+14 | |
| | ||||||
* | Removed dangling ';' in rtlil.h | Clifford Wolf | 2015-11-26 | 1 | -2/+2 | |
| | ||||||
* | Improved SigMap performance | Clifford Wolf | 2015-10-28 | 2 | -5/+13 | |
| | ||||||
* | Improvements in new SigMap | Clifford Wolf | 2015-10-28 | 1 | -5/+16 | |
| | ||||||
* | Removed old SigMap implementation | Clifford Wolf | 2015-10-27 | 1 | -224/+0 | |
| | ||||||
* | Added hashlib::mfp and new SigMap | Clifford Wolf | 2015-10-27 | 3 | -0/+185 | |
| | ||||||
* | Major refactoring of equiv_struct | Clifford Wolf | 2015-10-25 | 1 | -0/+5 | |
| | ||||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 7 | -29/+36 | |
| | ||||||
* | Added "equiv_add -cell" | Clifford Wolf | 2015-10-25 | 1 | -2/+2 | |
| | ||||||
* | renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit() | Clifford Wolf | 2015-10-24 | 2 | -13/+13 | |
| | ||||||
* | Fixed driver conflict handling (various cmds) | Clifford Wolf | 2015-10-24 | 1 | -3/+12 | |
| | ||||||
* | equiv_purge bugfix, using SigChunk in Yosys namespace | Clifford Wolf | 2015-10-24 | 1 | -0/+2 | |
| | ||||||
* | Fixed handling of driver-driver conflicts in wreduce | Clifford Wolf | 2015-10-24 | 2 | -1/+26 | |
| | ||||||
* | Added support for ":" as comment symbol after ;-parsing | Clifford Wolf | 2015-10-23 | 1 | -1/+1 | |
| | ||||||
* | Progress on cell help messages | Clifford Wolf | 2015-10-17 | 1 | -1/+1 | |
| | ||||||
* | Added first help messages for cell types | Clifford Wolf | 2015-10-14 | 1 | -6/+43 | |
| | ||||||
* | Added read-enable to memory model | Clifford Wolf | 2015-09-25 | 2 | -3/+5 | |
| |