Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also merge $equiv cells in equiv_struct | Clifford Wolf | 2015-10-23 | 1 | -0/+1 |
| | |||||
* | Improvements in equiv_struct | Clifford Wolf | 2015-10-23 | 1 | -11/+18 |
| | |||||
* | Added equiv_purge | Clifford Wolf | 2015-10-22 | 2 | -0/+210 |
| | |||||
* | Added equiv_struct command | Clifford Wolf | 2015-10-21 | 2 | -0/+188 |
| | |||||
* | Improved inout handling in equiv_make | Clifford Wolf | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Bugfixes in handling of "keep" attribute on wires | Clifford Wolf | 2015-10-15 | 2 | -2/+8 |
| | |||||
* | Fixed "flatten" for unconnected inout ports | Clifford Wolf | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Added edgetypes command | Clifford Wolf | 2015-09-27 | 2 | -0/+107 |
| | |||||
* | Some cleanups in qwp | Clifford Wolf | 2015-09-26 | 1 | -7/+16 |
| | |||||
* | Added "test_cell -noeval" | Clifford Wolf | 2015-09-25 | 1 | -1/+10 |
| | |||||
* | Added wreduce $mul support and fixed signed $mul opt_const bug | Clifford Wolf | 2015-09-25 | 2 | -5/+37 |
| | |||||
* | Bugfix in bram read-enable code | Clifford Wolf | 2015-09-25 | 1 | -2/+5 |
| | |||||
* | Added read-enable to memory model | Clifford Wolf | 2015-09-25 | 5 | -42/+101 |
| | |||||
* | Added pivoting to qwp solver | Clifford Wolf | 2015-09-24 | 1 | -14/+43 |
| | |||||
* | Improved qwp performance | Clifford Wolf | 2015-09-24 | 1 | -49/+25 |
| | |||||
* | Added statistics summary to "qwp" | Clifford Wolf | 2015-09-24 | 1 | -0/+77 |
| | |||||
* | Fixed memory_bram for ROMs in BRAMs with write-enable inputs | Clifford Wolf | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Do not detect fsm state registers with init attribute | Clifford Wolf | 2015-09-21 | 1 | -0/+2 |
| | |||||
* | Bugfix in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -6/+31 |
| | |||||
* | Improvements and fixes in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -29/+74 |
| | |||||
* | Added "qwp -dump" | Clifford Wolf | 2015-09-20 | 1 | -21/+115 |
| | |||||
* | Added "qwp" command | Clifford Wolf | 2015-09-20 | 2 | -0/+586 |
| | |||||
* | Added nlutmap | Clifford Wolf | 2015-09-18 | 2 | -0/+174 |
| | |||||
* | Added lut2mux pass | Clifford Wolf | 2015-09-18 | 2 | -0/+94 |
| | |||||
* | Added buffer detection to "abc -lut" | Clifford Wolf | 2015-09-18 | 1 | -0/+6 |
| | |||||
* | Added support for "dfflibmap -liberty +/..." | Clifford Wolf | 2015-09-18 | 1 | -0/+1 |
| | |||||
* | Added detection of "mux inverter" chains in opt_const | Clifford Wolf | 2015-09-18 | 1 | -0/+2 |
| | |||||
* | Added $logic_not handling to fsm_detect | Clifford Wolf | 2015-09-18 | 1 | -0/+2 |
| | |||||
* | Fixed sharing of $memrd cells | Clifford Wolf | 2015-09-12 | 1 | -0/+4 |
| | |||||
* | Fixed port ordering in "splitnets" cmd | Clifford Wolf | 2015-09-01 | 1 | -7/+18 |
| | |||||
* | gcc-4.6 build fixes | Clifford Wolf | 2015-09-01 | 1 | -2/+2 |
| | |||||
* | Fixed iopadmap help message | Clifford Wolf | 2015-08-31 | 1 | -3/+3 |
| | |||||
* | Using dict<> and pool<> in alumacc pass | Clifford Wolf | 2015-08-31 | 1 | -5/+5 |
| | |||||
* | Added sat -show-regs, -show-public, -show-all | Clifford Wolf | 2015-08-18 | 1 | -0/+39 |
| | |||||
* | Bugfix in fsm_detect for complex muxtrees | Clifford Wolf | 2015-08-18 | 1 | -15/+23 |
| | |||||
* | Properly clean up unused "init" attributes | Clifford Wolf | 2015-08-18 | 2 | -6/+36 |
| | |||||
* | Added tribuf command | Clifford Wolf | 2015-08-16 | 2 | -0/+187 |
| | |||||
* | Added $tribuf and $_TBUF_ cell types | Clifford Wolf | 2015-08-16 | 1 | -1/+17 |
| | |||||
* | Fixed opt_clean handling of inout ports | Clifford Wolf | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 2 | -4/+4 |
| | | | | Smaller this time | ||||
* | Keep gcc from complaining about uninitialized variables | Larry Doolittle | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 7 | -7/+7 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 25 | -55/+55 |
| | |||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-08-13 | 2 | -25/+59 |
|\ | |||||
| * | Adjust makefiles to work with out-of-tree builds | Clifford Wolf | 2015-08-12 | 1 | -0/+2 |
| | | | | | | | | This is based on work done by Larry Doolittle | ||||
| * | Improved handling of "keep" attributes in hierarchical designs in opt_clean | Clifford Wolf | 2015-08-12 | 1 | -25/+57 |
| | | |||||
* | | Some ASCII encoding fixes (comments and docs) by Larry Doolittle | Clifford Wolf | 2015-08-13 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #70 from gaomy3832/bugfix | Clifford Wolf | 2015-08-12 | 1 | -0/+10 |
|\ | | | | | Remove unused blackbox modules in opt_clean. | ||||
| * | Remove unused blackbox modules in opt_clean. | Mingyu Gao | 2015-08-11 | 1 | -0/+10 |
| | | |||||
| * | Bugfix for cell hash cache option in opt_share. | Mingyu Gao | 2015-08-10 | 1 | -0/+2 |
| | |