Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "wreduce -keepdc", fixes #1016 | Clifford Wolf | 2019-05-20 | 2 | -3/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1017 from Kmanfi/bigger_verilog_files | Clifford Wolf | 2019-05-18 | 1 | -1/+1 |
|\ | | | | | Read bigger Verilog files. | ||||
| * | Read bigger Verilog files. | Kaj Tuomi | 2019-05-18 | 1 | -1/+1 |
|/ | | | | Hit parser limit with 3M gate design. This commit fix it. | ||||
* | Merge pull request #1013 from antmicro/parameter_attributes | Clifford Wolf | 2019-05-16 | 3 | -2/+24 |
|\ | | | | | Support for attributes on parameters and localparams for Verilog frontend | ||||
| * | Added tests for Verilog frontent for attributes on parameters and localparams | Maciej Kurc | 2019-05-16 | 2 | -0/+22 |
| | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
| * | Added support for parsing attributes on parameters in Verilog frontent. ↵ | Maciej Kurc | 2019-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Content of those attributes is ignored. Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | | Merge pull request #1012 from YosysHQ/clifford/sigspecrw | Clifford Wolf | 2019-05-15 | 3 | -17/+92 |
|\ \ | | | | | | | Another rounds of opt_clean improvements | ||||
| * | | Improvements in opt_clean | Clifford Wolf | 2019-05-15 | 1 | -10/+10 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add rewrite_sigspecs2, Improve remove() wires | Clifford Wolf | 2019-05-15 | 2 | -7/+82 |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Do not leak file descriptors in cover.cc | Clifford Wolf | 2019-05-15 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #1011 from hzeller/fix-constructing-string-from-int | Clifford Wolf | 2019-05-15 | 2 | -2/+3 |
|\ \ | | | | | | | Fix two instances of integer-assignment to string. | ||||
| * | | Fix two instances of integer-assignment to string. | Henner Zeller | 2019-05-14 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | o In cover.cc, the int-result of mkstemps() was assigned to a string and silently interpreted as a single-character filename with a funny value. Fix with the intent: assign the filename. o in libparse.cc, an int was assigned to a string, but depending on visible constructors, this is ambiguous. Explicitly cast this to a char. | ||||
* | | | Merge pull request #1010 from hzeller/yacc-self-contained | Clifford Wolf | 2019-05-15 | 2 | -2/+18 |
|\ \ \ | | | | | | | | | Make the generated *.tab.hh include all the headers needed | ||||
| * | | | Make the generated *.tab.hh include all the headers needed to define the union. | Henner Zeller | 2019-05-14 | 2 | -2/+18 |
| |/ / | |||||
* | | | Merge pull request #1008 from thasti/fix_libyosys_build | Clifford Wolf | 2019-05-15 | 1 | -5/+6 |
|\ \ \ | |_|/ |/| | | Create $(LIBDIR) to fix broken build in isolated environments | ||||
| * | | extract python prefix to allow overriding | Stefan Biereigel | 2019-05-14 | 1 | -1/+2 |
| | | | |||||
| * | | remove ldconfig call | Stefan Biereigel | 2019-05-14 | 1 | -1/+0 |
| | | | |||||
| * | | add mkdir for libyosys target, explicitly copy to target folder | Stefan Biereigel | 2019-05-14 | 1 | -3/+4 |
| |/ | |||||
* | | Merge pull request #1005 from smunaut/ice40_hfosc_trim | David Shah | 2019-05-15 | 1 | -0/+11 |
|\ \ | |/ |/| | ice40/cells_sim.v: Add support for TRIM input to SB_HFOSC | ||||
| * | ice40/cells_sim.v: Add support for TRIM input to SB_HFOSC | Sylvain Munaut | 2019-05-13 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | bugpoint: check for -script option. | whitequark | 2019-05-14 | 1 | -0/+3 |
|/ | | | | Fixes #925. | ||||
* | Merge pull request #1004 from YosysHQ/clifford/fix1002 | Clifford Wolf | 2019-05-12 | 1 | -3/+11 |
|\ | | | | | Fix handling of glob_abort_cnt in opt_muxtree | ||||
| * | Fix handling of glob_abort_cnt in opt_muxtree, fixes #1002 | Clifford Wolf | 2019-05-12 | 1 | -3/+11 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1003 from makaimann/zinit-all | Clifford Wolf | 2019-05-11 | 1 | -1/+1 |
|\ | | | | | Zinit option '-singleton' -> '-all' | ||||
| * | Zinit option '-singleton' -> '-all' | Makai Mann | 2019-05-10 | 1 | -1/+1 |
| | | |||||
* | | Add "fmcombine -initeq -anyeq" | Clifford Wolf | 2019-05-11 | 1 | -3/+38 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add "stat -tech xilinx" | Clifford Wolf | 2019-05-11 | 2 | -4/+74 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1000 from bwidawsk/synth-format | Clifford Wolf | 2019-05-09 | 2 | -222/+224 |
|\ | | | | | Add clang format, and use on intel_synth (v2) | ||||
| * | Fix formatting for synth_intel.cc | Ben Widawsky | 2019-05-09 | 1 | -222/+211 |
| | | | | | | | | | | | | This is realized through the recently added .clang-format file. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> | ||||
| * | Add a .clang-format | Ben Widawsky | 2019-05-09 | 1 | -0/+13 |
|/ | | | | Signed-off-by: Ben Widawsky <ben@bwidawsk.net> | ||||
* | Add $stop to documentation | Clifford Wolf | 2019-05-09 | 1 | -3/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove added newline (by re-running minisat 00_UPDATE.sh) | Clifford Wolf | 2019-05-08 | 1 | -1/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #991 from kristofferkoch/gcc9-warnings | Clifford Wolf | 2019-05-08 | 5 | -5/+9 |
|\ | | | | | Fix all warnings that occurred when compiling with gcc9 | ||||
| * | Fix all warnings that occurred when compiling with gcc9 | Kristoffer Ellersgaard Koch | 2019-05-08 | 5 | -5/+9 |
| | | |||||
* | | Merge pull request #998 from mdaiter/get_bool_attribute_opts | Clifford Wolf | 2019-05-08 | 1 | -4/+8 |
|\ \ | | | | | | | Minor optimization to get_attribute_bool | ||||
| * | | Minor optimization to get_attribute_bool | Matthew Daiter | 2019-05-07 | 1 | -4/+8 |
| | | | |||||
* | | | Add test case from #997 | Clifford Wolf | 2019-05-07 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Fix handling of partial init attributes in write_verilog, fixes #997 | Clifford Wolf | 2019-05-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge pull request #996 from mdaiter/ceil_log2_opts | Clifford Wolf | 2019-05-07 | 2 | -3/+5 |
|\ \ \ | | | | | | | | | Optimize ceil_log2 function | ||||
| * | | | Optimize ceil_log2 function | Matthew Daiter | 2019-05-07 | 2 | -3/+5 |
| |/ / | |||||
* | | | Add "synth_xilinx -arch" | Clifford Wolf | 2019-05-07 | 1 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | More opt_clean cleanups | Clifford Wolf | 2019-05-07 | 1 | -26/+36 |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #946 from YosysHQ/clifford/specify | Clifford Wolf | 2019-05-06 | 19 | -51/+810 |
|\ \ | | | | | | | Add specify parser | ||||
| * | | Improve tests/various/specify.ys | Clifford Wolf | 2019-05-06 | 1 | -2/+32 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add "real" keyword to ilang format | Clifford Wolf | 2019-05-06 | 3 | -2/+12 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/specify | Clifford Wolf | 2019-05-06 | 3 | -12/+32 |
| |\ \ | |||||
| * | | | Improve write_verilog specify support | Clifford Wolf | 2019-05-04 | 3 | -16/+75 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | Update README | Clifford Wolf | 2019-05-04 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | More testing | Eddie Hung | 2019-05-03 | 2 | -2/+5 |
| | | | | |||||
| * | | | Fix spacing | Eddie Hung | 2019-05-03 | 1 | -6/+6 |
| | | | |