aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | SigSet<Cell*> to use stable compare classEddie Hung2019-09-125-6/+6
| * | | | xilinx: Make blackbox library family-dependent.Marcin Koƛcielnicki2019-09-157-1024/+19252
| * | | | Merge pull request #1377 from YosysHQ/clifford/fixzdigitClifford Wolf2019-09-152-5/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix handling of z_digit "?" and fix optimization of cmp with "z"Clifford Wolf2019-09-132-5/+5
| |/ / /
| * | | Merge pull request #1373 from YosysHQ/clifford/fix1364Clifford Wolf2019-09-132-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fix lexing of integer literals without radixClifford Wolf2019-09-131-1/+1
| | * | Fix lexing of integer literals, fixes #1364Clifford Wolf2019-09-122-3/+3
* | | | Fix copy-pasteEddie Hung2019-09-181-2/+2
* | | | Check overflow condition is power of 2 without using int32Eddie Hung2019-09-182-5/+15
* | | | Add .gitignoreEddie Hung2019-09-181-0/+1
* | | | Refine macc testcaseEddie Hung2019-09-182-9/+17
* | | | Mis-spellEddie Hung2019-09-181-10/+25
* | | | Add pattern detection support for DSP48E1 model, check against vendorEddie Hung2019-09-183-8/+102
* | | | Add support for overflow using pattern detectorEddie Hung2019-09-182-1/+31
* | | | Separate dffrstmux from dffcemux, fix typosEddie Hung2019-09-181-20/+32
* | | | Add `undef DSP48E1_INSTEddie Hung2019-09-131-4/+5
* | | | Fix D -> P{,COUT} delayEddie Hung2019-09-131-43/+43
* | | | Add no MULT no DPORT configEddie Hung2019-09-134-226/+471
* | | | Add support for MULT and DPORTEddie Hung2019-09-134-10/+588
* | | | Refine diagramEddie Hung2019-09-131-12/+14
* | | | Add an ASCII drawingEddie Hung2019-09-121-3/+22
* | | | Finish explanationEddie Hung2019-09-122-5/+20
* | | | Rename to techmap_guardEddie Hung2019-09-121-2/+3
* | | | Initial DSP48E1 box supportEddie Hung2019-09-124-0/+867
* | | | Set more ports explicitlyEddie Hung2019-09-122-1/+4
* | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-129-13/+110
|\| | |
| * | | Merge pull request #1370 from YosysHQ/dave/equiv_opt_multiclockDavid Shah2019-09-122-1/+23
| |\ \ \ | | |/ / | |/| |
| | * | Add equiv_opt -multiclockDavid Shah2019-09-112-1/+23
| * | | Add -match-init option to dff2dffs.Marcin Koƛcielnicki2019-09-113-3/+77
| |/ /
| * | Merge pull request #1362 from xobs/smtbmc-msvc2-build-fixesDavid Shah2019-09-114-9/+10
| |\ \
| | * | tests: ice40: fix div_mod SB_LUT4 countSean Cross2019-09-101-1/+1
| | * | passes: opt_share: don't statically initialize mergeable_type_mapSean Cross2019-09-091-3/+4
| | * | msys2: launcher: fix warnings and errors under g++Sean Cross2019-09-081-4/+4
| | * | backends: smt2: use $(CXX) variable for compilerSean Cross2019-09-081-1/+1
* | | | Add support for A1 and B1 registersEddie Hung2019-09-112-24/+105
* | | | Raise a RuntimeError instead of AssertionErrorEddie Hung2019-09-111-1/+2
* | | | Add AREG=2 BREG=2 testEddie Hung2019-09-111-2/+6
* | | | Rename {A,B} -> {A2,B2}Eddie Hung2019-09-112-33/+34
* | | | Fix UBEddie Hung2019-09-111-2/+2
* | | | Add PCOUT -> PCIN non-shifted cascadingEddie Hung2019-09-111-15/+22
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-112-27/+116
|\ \ \ \ | | |_|/ | |/| |
| * | | Cope with presence of reset muxes tooEddie Hung2019-09-112-4/+64
| * | | CleanupEddie Hung2019-09-111-25/+22
| * | | Add more testsEddie Hung2019-09-111-0/+32
| * | | Only display log message if did_somethingEddie Hung2019-09-111-1/+1
* | | | Missing spaceEddie Hung2019-09-111-0/+1
* | | | Make unextend a udataEddie Hung2019-09-111-3/+2
* | | | Input registers to add DSP as new siguser to block upstream packingEddie Hung2019-09-111-8/+16
* | | | More cleanupEddie Hung2019-09-111-62/+28
* | | | Add support for A/B/C/D/AD resetEddie Hung2019-09-112-139/+141