aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableEddie Hung2019-08-161-5/+0
* Merge branch 'master' into clifford/fix1255Clifford Wolf2019-08-1528-2328/+2510
|\
| * Merge pull request #1297 from YosysHQ/eddie/fix_1284_againEddie Hung2019-08-151-2/+2
| |\
| | * Merge remote-tracking branch 'origin/master' into eddie/fix_1284_againEddie Hung2019-08-1525-2240/+2275
| | |\ | | |/ | |/|
| * | Merge pull request #1275 from YosysHQ/clifford/idsClifford Wolf2019-08-1523-2205/+2269
| |\ \
| | * \ Merge branch 'master' into clifford/idsClifford Wolf2019-08-155-126/+244
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1295 from YosysHQ/eddie/fix_travisClifford Wolf2019-08-152-35/+6
| |\ \ \
| | * | | Revert earliest to gcc-4.8, compile iverilog with default compilerEddie Hung2019-08-142-3/+3
| | * | | Revert "Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!"Eddie Hung2019-08-141-5/+3
| | * | | Remove .0 from clang-8.0Eddie Hung2019-08-141-2/+2
| | * | | Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!Eddie Hung2019-08-141-3/+5
| | * | | bionic -> xenial as its on whitelistEddie Hung2019-08-141-1/+1
| | * | | Bump gcc from 4.8 to 4.9 as undefined referenceEddie Hung2019-08-141-36/+7
| |/ / /
| | * | Add YOSYS_NO_IDS_REFCNT configuration macroClifford Wolf2019-08-112-2/+25
| | * | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-1110-1160/+1182
| | * | More improvements and cleanups in IdString subsystemClifford Wolf2019-08-113-43/+54
| | * | Use ID() macro in all of passes/opt/Clifford Wolf2019-08-1112-998/+998
| | * | Improve API of ID() macroClifford Wolf2019-08-111-2/+10
| | | * AND with an inverted input, causes X{,N}OR output to be inverted tooEddie Hung2019-08-141-2/+2
| | | * Revert "Only sort leaves on non-ANDNOT/ORNOT cells"Eddie Hung2019-08-141-7/+6
| | | * Only sort leaves on non-ANDNOT/ORNOT cellsEddie Hung2019-08-141-6/+7
| | |/ | |/|
| * | Merge pull request #1294 from YosysHQ/revert-1288-eddie/fix_1284Eddie Hung2019-08-141-4/+8
| |\ \
| | * | Revert "Since $_ANDNOT_ is not symmetric, do not sort leaves"Eddie Hung2019-08-141-4/+8
| |/ /
| * | Merge pull request #1288 from YosysHQ/eddie/fix_1284Eddie Hung2019-08-131-8/+4
| |\ \
| | * | Since $_ANDNOT_ is not symmetric, do not sort leavesEddie Hung2019-08-121-8/+4
| |/ /
| * | Merge pull request #1152 from 1138-4EB/feat-dockerSerge Bazanski2019-08-121-25/+49
| |\ \
| | * | dockerfile: use 'python:3-slim-buster' base image1138-4EB2019-08-071-5/+8
| | * | dockerfile: use PREFIX instead of cp1138-4EB2019-08-071-5/+8
| | * | dockerfile: add ARG IMAGE, use three stages1138-4EB2019-08-071-13/+27
| | * | dockerfile: reduce number of COPY layers1138-4EB2019-08-071-7/+4
| | * | dockerfile: DEBIAN_FRONTEND should not be permanent1138-4EB2019-08-071-9/+16
| * | | Merge pull request #1277 from YosysHQ/eddie/fix_1262Eddie Hung2019-08-112-66/+189
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'origin/master' into eddie/fix_1262Eddie Hung2019-08-1191-640/+759
| | |\ \ | | |/ / | |/| |
| | * | Wrong way aroundEddie Hung2019-08-101-2/+2
| | * | cover_list -> cover as per @cliffordwolfEddie Hung2019-08-101-2/+2
| | * | GrammarEddie Hung2019-08-091-1/+1
| | * | Separate $alu handlingEddie Hung2019-08-091-7/+50
| | * | Add $alu testsEddie Hung2019-08-091-0/+42
| | * | opt_expr -fine to trim LSBs of $alu tooEddie Hung2019-08-091-4/+9
| | * | Add alumacc versions of opt_expr testsEddie Hung2019-08-091-0/+84
| | * | Add new $alu test, remove wreduceEddie Hung2019-08-091-11/+21
| | * | Cleanup some moreEddie Hung2019-08-091-12/+0
| | * | Simplify opt_expr tests using equiv_optEddie Hung2019-08-091-72/+23
* | | | Fix various NDEBUG compiler warnings, closes #1255Clifford Wolf2019-08-136-13/+18
|/ / /
* | | Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_adderEddie Hung2019-08-1020-180/+180
|\ \ \
| * | | Revert "Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER"David Shah2019-08-1020-180/+180
|/ / /
* | | Merge pull request #1258 from YosysHQ/eddie/cleanupClifford Wolf2019-08-1069-414/+405
|\ \ \
| * | | substr() -> compare()Eddie Hung2019-08-0731-127/+127
| * | | RTLIL::S{0,1} -> State::S{0,1} for headersEddie Hung2019-08-075-40/+40
| * | | RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-0715-86/+86