Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -no-rw-check option to memory_dff + memory + synth_{ice40,ecp5,gowin}. | Marcelina KoĆcielnicka | 2022-06-02 | 1 | -0/+9 |
| | |||||
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | Replace opt_rmdff with opt_dff. | Marcelina KoĆcielnicka | 2020-08-07 | 1 | -3/+3 |
| | |||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -4/+4 |
| | |||||
* | synth: only techmap cmp2{lut,lcu} if -lut | Eddie Hung | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | synth: use +/cmp2lcu.v in generic 'synth' too | Eddie Hung | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | Add -flowmap to synth and synth_ice40 | Dan Ravensloft | 2020-02-28 | 1 | -2/+17 |
| | |||||
* | Missing newline | Eddie Hung | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Revert "Add "synth -keepdc" option" | Eddie Hung | 2019-07-09 | 1 | -13/+2 |
| | |||||
* | Add synth -keepdc option | Eddie Hung | 2019-07-08 | 1 | -2/+13 |
| | |||||
* | Make doc consistent | Eddie Hung | 2019-06-14 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into xaig | Eddie Hung | 2019-06-12 | 1 | -0/+2 |
|\ | |||||
| * | Run "peepopt" in generic "synth" pass and "synth_ice40" | Clifford Wolf | 2019-04-30 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | synth to take -abc9 argument | Eddie Hung | 2019-02-20 | 1 | -5/+13 |
|/ | |||||
* | Merge pull request #772 from whitequark/synth_lut | Clifford Wolf | 2019-01-02 | 1 | -6/+40 |
|\ | | | | | synth: add k-LUT mode | ||||
| * | synth: add k-LUT mode. | whitequark | 2019-01-02 | 1 | -2/+36 |
| | | |||||
| * | synth: improve script documentation. NFC. | whitequark | 2019-01-02 | 1 | -6/+6 |
| | | |||||
* | | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -1/+1 |
|/ | | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually. | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -4/+4 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Add "synth -noshare" | Clifford Wolf | 2018-03-04 | 1 | -2/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added "prep -auto-top" and "synth -auto-top" | Clifford Wolf | 2016-07-11 | 1 | -3/+11 |
| | |||||
* | Added "prep -flatten" and "synth -flatten" | Clifford Wolf | 2016-04-24 | 1 | -4/+18 |
| | |||||
* | Converted "prep" to ScriptPass | Clifford Wolf | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Added ScriptPass helper class for script-like passes | Clifford Wolf | 2016-03-31 | 1 | -89/+64 |
| | |||||
* | Renamed opt_const to opt_expr | Clifford Wolf | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | Run opt_const before check in default scripts | Clifford Wolf | 2015-12-22 | 1 | -0/+2 |
| | |||||
* | Added "synth -nofsm" | Clifford Wolf | 2015-07-02 | 1 | -1/+10 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Added "synth -nordff -noalumacc" | Clifford Wolf | 2015-06-15 | 1 | -3/+20 |
| | |||||
* | Added "stat" to "synth" and "synth_xilinx" | Clifford Wolf | 2015-02-15 | 1 | -0/+2 |
| | |||||
* | Added final checks to "synth" and "synth_xilinx" | Clifford Wolf | 2015-02-15 | 1 | -7/+14 |
| | |||||
* | Added "check" command | Clifford Wolf | 2015-02-13 | 1 | -0/+4 |
| | |||||
* | Added "make mklibyosys", some minor API changes | Clifford Wolf | 2015-02-01 | 1 | -1/+9 |
| | |||||
* | Added "fsm -encfile" | Clifford Wolf | 2015-01-30 | 1 | -2/+9 |
| | |||||
* | Added "abc" label in synth script | Clifford Wolf | 2014-10-31 | 1 | -6/+12 |
| | |||||
* | Added "opt -full" alias for all more aggressive optimizations | Clifford Wolf | 2014-10-31 | 1 | -2/+6 |
| | |||||
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -1/+5 |
| | |||||
* | Improvements in "synth" script | Clifford Wolf | 2014-09-18 | 1 | -8/+12 |
| | |||||
* | Added "synth" command | Clifford Wolf | 2014-09-14 | 1 | -0/+152 |