Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for Anlogic FPGA | Miodrag Milanovic | 2018-12-01 | 7 | -0/+1590 |
| | |||||
* | Merge pull request #676 from rafaeltp/master | Clifford Wolf | 2018-12-01 | 1 | -10/+17 |
|\ | | | | | Splits SigSpec into bits before calling check_signal_in_fanout (solves #675) | ||||
| * | using [i] to access individual bits of SigSpec and merging bits into a tmp ↵ | rafaeltp | 2018-10-21 | 1 | -11/+12 |
| | | | | | | | | Sig before setting the port to new signal | ||||
| * | cleaning up for PR | rafaeltp | 2018-10-20 | 2 | -6/+2 |
| | | |||||
| * | fixing code style | rafaeltp | 2018-10-20 | 1 | -1/+1 |
| | | |||||
| * | solves #675 | rafaeltp | 2018-10-20 | 2 | -11/+21 |
| | | |||||
| * | Merge pull request #1 from YosysHQ/master | rafaeltp | 2018-10-20 | 20 | -89/+869 |
| |\ | | | | | | | updating | ||||
* | | | Improve ConstEval error handling for non-eval cell types | Clifford Wolf | 2018-11-29 | 2 | -9/+19 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Add iteration limit to "opt_muxtree" | Clifford Wolf | 2018-11-20 | 1 | -1/+17 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Update ABC to git rev 2ddc57d | Clifford Wolf | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Add "write_aiger -I -O -B" | Clifford Wolf | 2018-11-12 | 1 | -2/+36 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge branch 'master' of github.com:YosysHQ/yosys | Clifford Wolf | 2018-11-12 | 4 | -1/+1044 |
|\ \ \ | |||||
| * \ \ | Merge pull request #697 from eddiehung/xilinx_ps7 | Clifford Wolf | 2018-11-12 | 2 | -0/+624 |
| |\ \ \ | | | | | | | | | | | Add support for PS7 block for Xilinx | ||||
| | * | | | Add support for Xilinx PS7 block | Eddie Hung | 2018-11-10 | 2 | -0/+624 |
| | | | | | |||||
| * | | | | Merge pull request #695 from daveshah1/ecp5_bb | Clifford Wolf | 2018-11-12 | 2 | -1/+420 |
| |\ \ \ \ | | |/ / / | |/| | | | ecp5: Adding some blackbox cells | ||||
| | * | | | ecp5: Add 'fake' DCU parameters | David Shah | 2018-11-09 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| | * | | | ecp5: Add blackboxes for ancillary DCU cells | David Shah | 2018-11-09 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| | * | | | ecp5: Adding some blackbox cells | David Shah | 2018-11-07 | 2 | -1/+391 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | | | Update ABC to git rev 68da3cf | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Set Verific flag vhdl_support_variable_slice=1 | Clifford Wolf | 2018-11-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #696 from arjenroodselaar/verific_darwin | Clifford Wolf | 2018-11-09 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Use appropriate static libraries when building with Verific on MacOS | ||||
| * | | | | Use appropriate static libraries when building with Verific on MacOS | Arjen Roodselaar | 2018-11-07 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Fix "make ystests" to use correct Yosys binary | Clifford Wolf | 2018-11-08 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #693 from YosysHQ/rlimit | Clifford Wolf | 2018-11-07 | 1 | -8/+11 |
|\ \ \ \ | | | | | | | | | | | improve rlimit handling in smtio.py | ||||
| * | | | | Limit stack size to 16 MB on Darwin | Clifford Wolf | 2018-11-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | Fix for improved smtio.py rlimit code | Clifford Wolf | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | Improve stack rlimit code in smtio.py | Clifford Wolf | 2018-11-06 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Merge pull request #694 from trcwm/dffmap_expr_fix | Clifford Wolf | 2018-11-06 | 1 | -1/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | DFFLIBMAP: changed 'missing pin' error into a warning. | ||||
| * | | | | | DFFLIBMAP: changed 'missing pin' error into a warning with additional ↵ | Niels Moseley | 2018-11-06 | 1 | -1/+10 |
|/ / / / / | | | | | | | | | | | | | | | | reason/info. | ||||
* | | | | | Run solver in non-incremental mode whem smtio.py is configured for ↵ | Clifford Wolf | 2018-11-06 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-incremental solving Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Update ABC rev to 4d56acf | Clifford Wolf | 2018-11-06 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Allow square brackets in liberty identifiers | Clifford Wolf | 2018-11-05 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #691 from arjenroodselaar/stacksize | Clifford Wolf | 2018-11-05 | 1 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | Use conservative stack size for SMT2 on MacOS | ||||
| * | | | | Use conservative stack size for SMT2 on MacOS | Arjen Roodselaar | 2018-11-04 | 1 | -1/+6 |
|/ / / / | |||||
* | | | | Add warning for SV "restrict" without "property" | Clifford Wolf | 2018-11-04 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Add proper error message for when smtbmc "append" fails | Clifford Wolf | 2018-11-04 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Various indenting fixes in AST front-end (mostly space vs tab issues) | Clifford Wolf | 2018-11-04 | 3 | -99/+69 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #687 from trcwm/master | Clifford Wolf | 2018-11-04 | 2 | -4/+10 |
|\ \ \ \ | | | | | | | | | | | Liberty file: error when it contains pin references to non-existing pins | ||||
| * | | | | Liberty file newline handling is more relaxed. More descriptive error message | Niels Moseley | 2018-11-03 | 1 | -4/+7 |
| | | | | | |||||
| * | | | | Report an error when a liberty file contains pin references that reference ↵ | Niels Moseley | 2018-11-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | non-existing pins | ||||
* | | | | | Merge pull request #688 from ZipCPU/rosenfell | Clifford Wolf | 2018-11-04 | 1 | -2/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | Make rose and fell dependent upon LSB only | ||||
| * | | | | Make and dependent upon LSB only | ZipCPU | 2018-11-03 | 1 | -2/+8 |
|/ / / / | |||||
* | | | | Do not generate "reg assigned in a continuous assignment" warnings for "rand ↵ | Clifford Wolf | 2018-11-01 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | reg" Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Add support for signed $shift/$shiftx in smt2 back-end | Clifford Wolf | 2018-11-01 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge branch 'igloo2' | Clifford Wolf | 2018-10-31 | 5 | -0/+377 |
|\ \ \ \ | |||||
| * | | | | Fix sf2 LUT interface | Clifford Wolf | 2018-10-31 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | Basic SmartFusion2 and IGLOO2 synthesis support | Clifford Wolf | 2018-10-31 | 5 | -0/+377 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #680 from jburgess777/fix-empty-string-back-assert | Clifford Wolf | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Avoid assert when label is an empty string | ||||
| * | | | Avoid assert when label is an empty string | Jon Burgess | 2018-10-28 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling back() on an empty string is not allowed and triggers an assert with recent gcc: $ cd manual/PRESENTATION_Intro $ ../../yosys counter.ys ... /usr/include/c++/8/bits/basic_string.h:1136: std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reference std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::back() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reference = char&]: Assertion '!empty()' failed. 802 if (label.back() == ':' && GetSize(label) > 1) (gdb) p label $1 = "" | ||||
* | | | Merge pull request #678 from whentze/master | Clifford Wolf | 2018-10-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix unhandled std::out_of_range in run_frontend() due to integer underflow |