Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added $sop cell type and "abc -sop" | Clifford Wolf | 2016-06-17 | 1 | -6/+23 |
| | |||||
* | Updated ABC to hg rev b5df6e2b76f0 | Clifford Wolf | 2016-06-17 | 1 | -9/+9 |
| | |||||
* | Added "nlutmap -assert" | Clifford Wolf | 2016-06-09 | 1 | -0/+14 |
| | |||||
* | Added support for "keep" attribute to shregmap | Clifford Wolf | 2016-05-07 | 1 | -2/+2 |
| | |||||
* | Fixed preservation of important attributes in techmap | Clifford Wolf | 2016-05-06 | 1 | -4/+32 |
| | |||||
* | Changed port names in greenpak shregmap | Andrew Zonenberg | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Added tristate buffer support to iopadmap | Clifford Wolf | 2016-05-04 | 1 | -4/+161 |
| | |||||
* | Fixed iopadmap attribute handling | Clifford Wolf | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | Improvements in greenpak4 shreg mapping | Clifford Wolf | 2016-04-23 | 1 | -16/+35 |
| | |||||
* | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-23 | 1 | -0/+1 |
|\ | |||||
| * | Added "shregmap -zinit" for greenpak4 tech | Clifford Wolf | 2016-04-23 | 1 | -0/+1 |
| | | |||||
* | | Fixed typo in help text | Andrew Zonenberg | 2016-04-22 | 1 | -1/+1 |
|/ | |||||
* | Added "shregmap -tech greenpak4" | Clifford Wolf | 2016-04-22 | 1 | -6/+97 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 19 | -31/+31 |
| | |||||
* | Added "shregmap -params" | Clifford Wolf | 2016-04-18 | 1 | -4/+43 |
| | |||||
* | Added "shregmap -zinit" and "shregmap -init" | Clifford Wolf | 2016-04-18 | 1 | -2/+65 |
| | |||||
* | Improvements in "shregmap" | Clifford Wolf | 2016-04-17 | 1 | -30/+140 |
| | |||||
* | 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 |