aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Fix copy-paste typoEddie Hung2019-08-201-1/+1
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #1209 from YosysHQ/eddie/synth_xilinxEddie Hung2019-08-205-16/+23
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [WIP] synth xilinx renaming, as per #1184
| | | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into eddie/synth_xilinxEddie Hung2019-08-20191-4502/+7003
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Bump abc to fix &mfs bugEddie Hung2019-07-251-1/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Update changelogEddie Hung2019-07-221-3/+4
| | | | | | | | | | | |
| | | * | | | | | | | | Update Makefile tooEddie Hung2019-07-181-2/+2
| | | | | | | | | | | |
| | | * | | | | | | | | Add CHANGELOG entryEddie Hung2019-07-181-0/+3
| | | | | | | | | | | |
| | | * | | | | | | | | Work in progress for renaming labels/options in synth_xilinxEddie Hung2019-07-183-14/+17
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #1304 from YosysHQ/eddie/abc9_refactorEddie Hung2019-08-206-104/+138
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor abc9 to use port attributes, not module attributes
| | | * | | | | | | | | | Clarify with 'only'Eddie Hung2019-08-191-1/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | Update docEddie Hung2019-08-191-3/+4
| | | | | | | | | | | | |
| | | * | | | | | | | | | Unify abc_carry_{in,out} into abc_carry and use port dir, as @mithroEddie Hung2019-08-194-12/+12
| | | | | | | | | | | | |
| | | * | | | | | | | | | Use ID()Eddie Hung2019-08-161-3/+3
| | | | | | | | | | | | |
| | | * | | | | | | | | | Add doc for abc_* attributesEddie Hung2019-08-161-0/+16
| | | | | | | | | | | | |
| | | * | | | | | | | | | Update abc_* attr in ecp5 and ice40Eddie Hung2019-08-162-11/+21
| | | | | | | | | | | | |
| | | * | | | | | | | | | Compute abc_scc_break and move CI/CO outside of each abc9Eddie Hung2019-08-162-85/+80
| | | | | | | | | | | | |
| | | * | | | | | | | | | Attach abc_scc_break, abc_carry_{in,out} attr to ports not modulesEddie Hung2019-08-161-8/+20
| | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Merge pull request #1298 from YosysHQ/clifford/pmgenClifford Wolf2019-08-2012-93/+790
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements in pmgen
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into clifford/pmgenClifford Wolf2019-08-2013-39/+85
| | | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Add test case for real parametersClifford Wolf2019-08-201-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * | | | | | | | | | | Merge pull request #1308 from jakobwenzel/real_paramsClifford Wolf2019-08-201-1/+4
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle real values when deriving ast modules
| | | * | | | | | | | | | | handle real values when deriving ast modulesJakob Wenzel2019-08-191-1/+4
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgenClifford Wolf2019-08-19110-2078/+3173
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Add test for pmtest_test "reduce" demo patternClifford Wolf2019-08-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Refactor pmgen rollback mechanismClifford Wolf2019-08-171-32/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Improvements in "test_pmgen -generate"Clifford Wolf2019-08-171-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add pmgen "fallthrough" statementClifford Wolf2019-08-172-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add help() callEddie Hung2019-08-161-0/+1
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Minor bugfix in "test_pmgen -generate"Clifford Wolf2019-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add pmgen finish statement, return number of matchesClifford Wolf2019-08-164-82/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Redesign pmgen backtracking for recursive matchingClifford Wolf2019-08-162-33/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add pmgen "generate" featureClifford Wolf2019-08-163-13/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Refactor demo_reduce into test_pmgenClifford Wolf2019-08-164-14/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add doc for pmgen semioptional statement, Add pmgen changes to CHANGELOGClifford Wolf2019-08-152-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Update pmgen documentationClifford Wolf2019-08-151-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Change pmgen default rule to reject, switch peepopt behavior to acceptClifford Wolf2019-08-155-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Add demo_reduce pass to demonstrace recursive pattern matchingClifford Wolf2019-08-154-0/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | | * | | | | | | | | | | Improvements in pmgen for recursive patternsClifford Wolf2019-08-155-26/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | | | | | | | | Add comments for examples from Lattice user guideSergeyDegtyar2019-08-293-0/+9
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Revert "Add tests for ecp5"SergeyDegtyar2019-08-2831-863/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2270ead09fb4695442c66fe5c06445235f390f2b.
* | | | | | | | | | | | | | Add tests for ecp5SergeyDegtyar2019-08-2831-0/+863
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Revert "Add tests for ecp5 architecture."SergeyDegtyar2019-08-2731-865/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 134d3fea909bae02f4f814e3d649658502b44b73.
* | | | | | | | | | | | | | Add tests for ecp5 architecture.SergeyDegtyar2019-08-2731-0/+865
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add tests for macc and rom;SergeyDegtyar2019-08-274-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test cases from https://www.latticesemi.com/-/media/LatticeSemi/Documents/UserManuals/EI/iCEcube201701UserGuide.ashx?document_id=52071; In both cases synthesized only LUTs and DFFs.
* | | | | | | | | | | | | | Fix pull requestSergeyDegtyar2019-08-232-7/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix run-test.sh; Add new test for dpram.SergeyDegtyar2019-08-234-1/+120
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix path in run-test.shSergeyDegtyar2019-08-231-3/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1 from YosysHQ/Sergey/tests_ice40Sergey2019-08-2318-138/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests_ice40 improvements
| * | | | | | | | | | | | | | Remove adffs_tb.vEddie Hung2019-08-221-75/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | WIP for equivalency checking memoriesEddie Hung2019-08-221-1/+13
| | | | | | | | | | | | | | |