aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Add support for Xilinx PS7 blockEddie Hung2018-11-102-0/+624
| * | | | Merge pull request #695 from daveshah1/ecp5_bbClifford Wolf2018-11-122-1/+420
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ecp5: Add 'fake' DCU parametersDavid Shah2018-11-091-0/+11
| | * | | ecp5: Add blackboxes for ancillary DCU cellsDavid Shah2018-11-091-0/+18
| | * | | ecp5: Adding some blackbox cellsDavid Shah2018-11-072-1/+391
* | | | | Update ABC to git rev 68da3cfClifford Wolf2018-11-111-1/+1
|/ / / /
* | | | Set Verific flag vhdl_support_variable_slice=1Clifford Wolf2018-11-091-0/+1
* | | | Merge pull request #696 from arjenroodselaar/verific_darwinClifford Wolf2018-11-091-0/+4
|\ \ \ \
| * | | | Use appropriate static libraries when building with Verific on MacOSArjen Roodselaar2018-11-071-0/+4
* | | | | Fix "make ystests" to use correct Yosys binaryClifford Wolf2018-11-081-1/+1
|/ / / /
* | | | Merge pull request #693 from YosysHQ/rlimitClifford Wolf2018-11-071-8/+11
|\ \ \ \
| * | | | Limit stack size to 16 MB on DarwinClifford Wolf2018-11-071-1/+4
| * | | | Fix for improved smtio.py rlimit codeClifford Wolf2018-11-061-1/+1
| * | | | Improve stack rlimit code in smtio.pyClifford Wolf2018-11-061-8/+8
* | | | | Merge pull request #694 from trcwm/dffmap_expr_fixClifford Wolf2018-11-061-1/+10
|\ \ \ \ \
| * | | | | DFFLIBMAP: changed 'missing pin' error into a warning with additional reason/...Niels Moseley2018-11-061-1/+10
|/ / / / /
* | | | | Run solver in non-incremental mode whem smtio.py is configured for non-increm...Clifford Wolf2018-11-061-3/+12
* | | | | Update ABC rev to 4d56acfClifford Wolf2018-11-061-1/+1
|/ / / /
* | | | Allow square brackets in liberty identifiersClifford Wolf2018-11-052-3/+4
* | | | Merge pull request #691 from arjenroodselaar/stacksizeClifford Wolf2018-11-051-1/+6
|\ \ \ \
| * | | | Use conservative stack size for SMT2 on MacOSArjen Roodselaar2018-11-041-1/+6
|/ / / /
* | | | Add warning for SV "restrict" without "property"Clifford Wolf2018-11-041-2/+11
* | | | Add proper error message for when smtbmc "append" failsClifford Wolf2018-11-041-2/+10
* | | | Various indenting fixes in AST front-end (mostly space vs tab issues)Clifford Wolf2018-11-043-99/+69
* | | | Merge pull request #687 from trcwm/masterClifford Wolf2018-11-042-4/+10
|\ \ \ \
| * | | | Liberty file newline handling is more relaxed. More descriptive error messageNiels Moseley2018-11-031-4/+7
| * | | | Report an error when a liberty file contains pin references that reference no...Niels Moseley2018-11-031-0/+3
* | | | | Merge pull request #688 from ZipCPU/rosenfellClifford Wolf2018-11-041-2/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make and dependent upon LSB onlyZipCPU2018-11-031-2/+8
|/ / / /
* | | | Do not generate "reg assigned in a continuous assignment" warnings for "rand ...Clifford Wolf2018-11-011-2/+15
* | | | Add support for signed $shift/$shiftx in smt2 back-endClifford Wolf2018-11-011-1/+3
* | | | Merge branch 'igloo2'Clifford Wolf2018-10-315-0/+377
|\ \ \ \
| * | | | Fix sf2 LUT interfaceClifford Wolf2018-10-312-12/+12
| * | | | Basic SmartFusion2 and IGLOO2 synthesis supportClifford Wolf2018-10-315-0/+377
| |/ / /
* | | | Merge pull request #680 from jburgess777/fix-empty-string-back-assertClifford Wolf2018-10-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid assert when label is an empty stringJon Burgess2018-10-281-1/+1
|/ / /
* | | Merge pull request #678 from whentze/masterClifford Wolf2018-10-251-2/+2
|\ \ \
| * | | fix unhandled std::out_of_range when calling yosys with 3-character argumentwhentze2018-10-221-2/+2
| | |/ | |/|
* | | Fix minor typo in error messageClifford Wolf2018-10-251-1/+1
* | | Merge pull request #679 from udif/pr_syntax_errorClifford Wolf2018-10-2514-14/+78
|\ \ \
| * | | Rename the generic "Syntax error" message from the Verilog/SystemVerilog pars...Udi Finkelstein2018-10-2514-14/+78
* | | | Merge pull request #677 from daveshah1/ecp5_dspClifford Wolf2018-10-233-1/+97
|\ \ \ \ | |_|/ / |/| | |
| * | | ecp5: Remove DSP parameters that don't workDavid Shah2018-10-221-21/+0
| * | | ecp5: Add DSP blackboxesDavid Shah2018-10-213-1/+118
| |/ /
* | | Improve read_verilog range out of bounds warningClifford Wolf2018-10-201-6/+6
* | | Merge pull request #674 from rubund/feature/svinterface_at_topClifford Wolf2018-10-2011-70/+599
|\ \ \ | |/ / |/| |
| * | Refactor code to avoid code duplication + added commentsRuben Undheim2018-10-204-136/+113
| * | Support for SystemVerilog interfaces as a port in the top level module + test...Ruben Undheim2018-10-209-10/+561
| * | Fixed memory leakRuben Undheim2018-10-201-0/+1
|/ /
* | Merge pull request #673 from daveshah1/ecp5_improveClifford Wolf2018-10-194-6/+17
|\ \