Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added "memory -bram" | Clifford Wolf | 2015-01-03 | 1 | -2/+11 | |
| | ||||||
* | Added memory_bram 'or_next_if_better' feature | Clifford Wolf | 2015-01-03 | 1 | -42/+156 | |
| | ||||||
* | memory_bram transp support | Clifford Wolf | 2015-01-03 | 1 | -4/+22 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2015-01-03 | 1 | -11/+5 | |
| | ||||||
* | Added proper clkpol support to memory_bram | Clifford Wolf | 2015-01-02 | 1 | -4/+32 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2015-01-02 | 1 | -3/+6 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2015-01-02 | 1 | -1/+10 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2015-01-01 | 1 | -22/+207 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2015-01-01 | 1 | -37/+145 | |
| | ||||||
* | Removed SigSpec::extend_xx() api | Clifford Wolf | 2015-01-01 | 1 | -1/+1 | |
| | ||||||
* | Progress in memory_bram | Clifford Wolf | 2014-12-31 | 1 | -7/+115 | |
| | ||||||
* | Added memory_bram (not functional yet) | Clifford Wolf | 2014-12-31 | 2 | -0/+286 | |
| | ||||||
* | typo fix for "opt -fast" | Clifford Wolf | 2014-12-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed a bug in "select %ci %co %x" | Clifford Wolf | 2014-12-30 | 1 | -4/+5 | |
| | ||||||
* | Fixed typo in ABC command | Clifford Wolf | 2014-12-30 | 1 | -2/+2 | |
| | ||||||
* | Fixed build with SMALL=1 | Clifford Wolf | 2014-12-30 | 2 | -1/+4 | |
| | ||||||
* | Fixed memory corruption in "splice" command | Clifford Wolf | 2014-12-29 | 1 | -13/+16 | |
| | ||||||
* | Added statehash to ezSAT | Clifford Wolf | 2014-12-29 | 1 | -2/+6 | |
| | ||||||
* | Less verbose ABC output | Clifford Wolf | 2014-12-29 | 2 | -21/+55 | |
| | ||||||
* | Cleanups in opt_clean | Clifford Wolf | 2014-12-29 | 1 | -10/+10 | |
| | ||||||
* | dict/pool changes in opt_clean | Clifford Wolf | 2014-12-29 | 1 | -5/+5 | |
| | ||||||
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 1 | -34/+42 | |
| | ||||||
* | Switched most of "share" to dict<> and pool<> | Clifford Wolf | 2014-12-29 | 1 | -16/+17 | |
| | ||||||
* | using dict and pool in opt_reduce | Clifford Wolf | 2014-12-28 | 1 | -5/+5 | |
| | ||||||
* | bugfix in opt_share | Clifford Wolf | 2014-12-28 | 1 | -0/+1 | |
| | ||||||
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 6 | -8/+8 | |
| | ||||||
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 2 | -11/+11 | |
| | ||||||
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 5 | -6/+6 | |
| | ||||||
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 4 | -8/+8 | |
| | ||||||
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 3 | -14/+14 | |
| | ||||||
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 13 | -35/+39 | |
| | ||||||
* | Added "test_cell -muxdiv" | Clifford Wolf | 2014-12-25 | 1 | -2/+18 | |
| | ||||||
* | Added "test_cell -w" feature | Clifford Wolf | 2014-12-25 | 1 | -18/+39 | |
| | ||||||
* | Fixed simplemap for $ne cells with output width > 1 | Clifford Wolf | 2014-12-25 | 1 | -7/+8 | |
| | ||||||
* | Fixed off-by-one bug in "hierarchy -check" for positional module args | Clifford Wolf | 2014-12-24 | 1 | -2/+2 | |
| | ||||||
* | Added "dfflibmap -prepare" help | Clifford Wolf | 2014-12-24 | 1 | -1/+5 | |
| | ||||||
* | Added "dfflibmap -prepare" | Clifford Wolf | 2014-12-24 | 1 | -31/+54 | |
| | ||||||
* | Added "dff2dffe -direct" for direct gate mapping | Clifford Wolf | 2014-12-24 | 1 | -5/+37 | |
| | ||||||
* | Added "dff2dffe -unmap" | Clifford Wolf | 2014-12-24 | 1 | -6/+42 | |
| | ||||||
* | Added support for gate-level cells in dff2dffe | Clifford Wolf | 2014-12-24 | 1 | -9/+38 | |
| | ||||||
* | Improvements in simplemap api, added $ne $nex $eq $eqx support | Clifford Wolf | 2014-12-24 | 3 | -26/+107 | |
| | ||||||
* | Renamed extend() to extend_xx(), changed most users to extend_u0() | Clifford Wolf | 2014-12-24 | 8 | -23/+23 | |
| | ||||||
* | Improved ABC clock domain partitioning | Clifford Wolf | 2014-12-23 | 1 | -2/+59 | |
| | ||||||
* | Indenting fix in show.cc | Clifford Wolf | 2014-12-23 | 1 | -2/+2 | |
| | ||||||
* | Added "show -colorattr" | Clifford Wolf | 2014-12-23 | 1 | -4/+35 | |
| | ||||||
* | Added "abc -markgroups" | Clifford Wolf | 2014-12-23 | 1 | -0/+20 | |
| | ||||||
* | Added support for multiple clock domains to "abc" pass | Clifford Wolf | 2014-12-21 | 1 | -64/+123 | |
| | ||||||
* | Fixed "abc" pass for clk and enable signals driven by logic | Clifford Wolf | 2014-12-21 | 1 | -6/+8 | |
| | ||||||
* | Added DFFE support to "abc" pass | Clifford Wolf | 2014-12-20 | 1 | -11/+78 | |
| | ||||||
* | Checking existence of ports in "hierarchy -check" | Clifford Wolf | 2014-12-19 | 1 | -0/+13 | |
| |