aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor nit fixesMarcin Kościelnicki2019-12-251-2/+2
* Add DSP cascade testsEddie Hung2019-12-231-0/+89
* Fix OPMODE for PCIN->PCOUT cascades in xc6s, check B[01]REG tooEddie Hung2019-12-231-8/+18
* Fix CEA/CEB checkEddie Hung2019-12-231-2/+2
* Fix checking CE[AB] and for direct connectionsEddie Hung2019-12-231-18/+40
* Support unregistered cascades for A and B inputsEddie Hung2019-12-231-47/+74
* Add DSP48A* PCOUT -> PCIN cascade supportEddie Hung2019-12-231-10/+10
* xilinx_dsp: Initial DSP48A/DSP48A1 support.Marcin Kościelnicki2019-12-2210-14/+921
* Merge pull request #1588 from YosysHQ/eddie/xaiger_cleanupEddie Hung2019-12-201-19/+27
|\
| * write_xaiger: only instantiate each whitebox cell type onceEddie Hung2019-12-201-19/+27
* | Add abc9_arrival times for RAM{32,64}MEddie Hung2019-12-201-24/+10
* | Add RAM{32,64}M to abc9_map.vEddie Hung2019-12-201-0/+78
* | Put specify/endspecify inside ``Eddie Hung2019-12-201-4/+4
* | Merge pull request #1585 from YosysHQ/eddie/fix_abc9_lutEddie Hung2019-12-201-19/+18
|\ \ | |/ |/|
| * Interpret "abc9 -lut" as lut string only if [0-9:]Eddie Hung2019-12-181-19/+18
* | Merge pull request #1587 from YosysHQ/revert-1558-eddie/xaiger_cleanupEddie Hung2019-12-204-39/+21
|\ \
| * | Revert "Optimise write_xaiger"Eddie Hung2019-12-204-39/+21
|/ /
* | Fix linking with Python 3.8Graham Edgecombe2019-12-201-0/+7
* | Add PYTHON_CONFIG variable to the MakefileGraham Edgecombe2019-12-201-17/+18
* | Merge pull request #1581 from YosysHQ/clifford/fix1565Eddie Hung2019-12-191-1/+1
|\ \
| * | Fix sim for assignments with lhs<rhs size, fixes #1565Clifford Wolf2019-12-171-1/+1
* | | Merge pull request #1558 from YosysHQ/eddie/xaiger_cleanupEddie Hung2019-12-194-21/+39
|\ \ \
| * | | Stray newlineEddie Hung2019-12-061-1/+0
| * | | write_xaiger to inst each cell type once, do not call techmap/aigmapEddie Hung2019-12-061-21/+25
| * | | techmap/aigmap of whiteboxes to occur before abc9 instead of in write_xaigerEddie Hung2019-12-063-0/+15
* | | | Merge pull request #1569 from YosysHQ/eddie/fix_1531Eddie Hung2019-12-192-0/+50
|\ \ \ \
| * | | | Stray log_dumpEddie Hung2019-12-111-1/+0
| * | | | Preserve size of $genval$-s in for loopsEddie Hung2019-12-111-0/+17
| * | | | Add testcaseEddie Hung2019-12-111-0/+34
* | | | | Merge pull request #1571 from YosysHQ/eddie/fix_1570Eddie Hung2019-12-191-3/+1
|\ \ \ \ \
| * | | | | Make SV2017 compliant courtesy of @wsnyderEddie Hung2019-12-121-3/+1
* | | | | | xilinx: Add simulation models for remaining CLB primitives.Marcin Kościelnicki2019-12-193-156/+210
* | | | | | xilinx_dffopt: Keep order of LUT inputs.Marcin Kościelnicki2019-12-191-16/+30
| |_|_|_|/ |/| | | |
* | | | | Add "scratchpad" to CHANGELOGEddie Hung2019-12-181-0/+1
* | | | | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-12-1824-84/+1071
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1563 from YosysHQ/dave/async-prldDavid Shah2019-12-182-4/+28
| |\ \ \ \ \
| | * | | | | ecp5: Add support for mapping PRLD FFsDavid Shah2019-12-072-4/+28
| * | | | | | Merge pull request #1572 from nakengelhardt/scratchpad_passEddie Hung2019-12-183-0/+136
| |\ \ \ \ \ \
| | * | | | | | use extra_argsN. Engelhardt2019-12-181-1/+1
| | * | | | | | add assert option to scratchpad commandN. Engelhardt2019-12-163-19/+49
| | * | | | | | add periods and newlines to help messageN. Engelhardt2019-12-131-5/+5
| | * | | | | | add test and make help message more verboseN. Engelhardt2019-12-122-1/+20
| | * | | | | | add a command to read/modify scratchpad contentsN. Engelhardt2019-12-122-0/+87
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #1584 from YosysHQ/mwk/xilinx-flaky-testEddie Hung2019-12-181-2/+4
| |\ \ \ \ \ \
| | * | | | | | tests/xilinx: fix flaky mux testMarcin Kościelnicki2019-12-181-2/+4
| |/ / / / / /
| * | | | | | xilinx: Add xilinx_dffopt pass (#1557)Marcin Kościelnicki2019-12-1811-27/+638
| * | | | | | xilinx: Improve flip-flop handling.Marcin Kościelnicki2019-12-188-49/+242
| * | | | | | Send people to symbioticeda.com instead of verific.comClifford Wolf2019-12-182-5/+26
| | |_|_|_|/ | |/| | | |
* / | | | | CleanupEddie Hung2019-12-171-11/+7
|/ / / / /
* | | | | Merge pull request #1574 from YosysHQ/eddie/xilinx_lutramEddie Hung2019-12-1613-65/+529
|\ \ \ \ \