Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added "shregmap" pass | Clifford Wolf | 2016-04-16 | 2 | -0/+262 | |
| | ||||||
* | Fixed copy&paste error in log message in lut2mux | Clifford Wolf | 2016-04-16 | 1 | -1/+1 | |
| | ||||||
* | Prefer noninverting FFs in dfflibmap | Clifford Wolf | 2016-04-05 | 1 | -4/+20 | |
| | ||||||
* | Fixed handling of inverters (aka 1-input luts) in nlutmap | Clifford Wolf | 2016-03-23 | 1 | -2/+2 | |
| | ||||||
* | Improvements in ABCEXTERNAL handling | Clifford Wolf | 2016-03-19 | 2 | -8/+17 | |
| | ||||||
* | Support calling out to an external ABC. | Sergey Kvachonok | 2016-03-19 | 1 | -4/+8 | |
| | | | | | | | $ make ABCEXTERNAL=my-abc && make ABCEXTERNAL=my-abc install configures yosys to use an external ABC executable instead of building and installing the in-tree ABC copy (yosys-abc). | |||||
* | Using "mfs" and "lutpack" in ABC lut mapping | Clifford Wolf | 2016-03-07 | 1 | -5/+14 | |
| | ||||||
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -1/+1 | |
| | ||||||
* | Improved dffsr2dff pass | Clifford Wolf | 2016-02-02 | 1 | -5/+50 | |
| | ||||||
* | Added dffsr2dff | Clifford Wolf | 2016-02-02 | 2 | -0/+169 | |
| | ||||||
* | Added "abc -luts" option, Improved Xilinx logic mapping | Clifford Wolf | 2016-02-01 | 1 | -13/+37 | |
| | ||||||
* | Improvements in dfflibmap (FFs with Q/QN outputs, DFFs from ADFFs) | Clifford Wolf | 2016-02-01 | 1 | -8/+68 | |
| | ||||||
* | More clang sanitizer stuff | Clifford Wolf | 2016-01-31 | 1 | -1/+1 | |
| | ||||||
* | Added "abc -g" | Clifford Wolf | 2015-11-10 | 1 | -11/+48 | |
| | ||||||
* | Fix a segfault in dffinit when the value has too few bits | Marcus Comstedt | 2015-11-08 | 1 | -1/+1 | |
| | | | | | The code was already trying to add the required number of bits, but fell one short of the mark. | |||||
* | Bugfix in mapping $tribuf to $_TBUF_ | Clifford Wolf | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 7 | -12/+12 | |
| | ||||||
* | equiv_purge bugfix, using SigChunk in Yosys namespace | Clifford Wolf | 2015-10-24 | 2 | -2/+2 | |
| | ||||||
* | Fixed "flatten" for unconnected inout ports | Clifford Wolf | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Properly clean up unused "init" attributes | Clifford Wolf | 2015-08-18 | 1 | -4/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -1/+1 | |
| | | | | Smaller this time | |||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 1 | -1/+1 | |
| | ||||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 4 | -14/+14 | |
| | ||||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-08-13 | 1 | -0/+2 | |
|\ | ||||||
| * | 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 | |||||
* | | Some ASCII encoding fixes (comments and docs) by Larry Doolittle | Clifford Wolf | 2015-08-13 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed flatten $meminit handling | Clifford Wolf | 2015-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed techmap processes error msg | Clifford Wolf | 2015-07-18 | 1 | -2/+3 | |
| | ||||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 17 | -57/+57 | |
| | ||||||
* | AigMaker refactoring | Clifford Wolf | 2015-06-10 | 1 | -1/+1 | |
| | ||||||
* | Renamed "aig" to "aigmap" | Clifford Wolf | 2015-06-10 | 2 | -6/+6 | |
| | ||||||
* | Fixed cellaigs port extending | Clifford Wolf | 2015-06-10 | 1 | -2/+3 | |
| | ||||||
* | Added "aig" pass | Clifford Wolf | 2015-06-09 | 2 | -0/+149 | |
| | ||||||
* | Added liberty dont_use support to dfflibmap | Clifford Wolf | 2015-05-31 | 1 | -0/+4 | |
| | ||||||
* | Improved "flatten" handlings of inout ports | Clifford Wolf | 2015-05-23 | 1 | -2/+26 | |
| | ||||||
* | Generalized blifparse API | Clifford Wolf | 2015-05-17 | 1 | -4/+6 | |
| | ||||||
* | abc/blifparse files reorganization | Clifford Wolf | 2015-05-17 | 2 | -0/+1543 | |
| | ||||||
* | Added simplemap $lut support | Clifford Wolf | 2015-04-27 | 2 | -0/+25 | |
| | ||||||
* | Improved attributes API and handling of "src" attributes | Clifford Wolf | 2015-04-24 | 2 | -4/+35 | |
| | ||||||
* | Bugfix for $_DFF_?_ in "dff2dffe -direct-match" | Clifford Wolf | 2015-04-17 | 1 | -2/+2 | |
| | ||||||
* | Improved "maccmap" help message | Clifford Wolf | 2015-04-16 | 1 | -2/+2 | |
| | ||||||
* | Fixed "dff2dffe -direct-match" | Clifford Wolf | 2015-04-16 | 1 | -12/+23 | |
| |