aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | 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>
* | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Do not print OKAYEddie Hung2019-08-222-4/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | SpellingEddie Hung2019-08-221-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fail if iverilog failsEddie Hung2019-08-221-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Hide tri-state warning message for nowEddie Hung2019-08-222-1/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove unused outputEddie Hung2019-08-221-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix tribuf testEddie Hung2019-08-221-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix commentsEddie Hung2019-08-228-10/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove tech independent synthesisEddie Hung2019-08-229-16/+20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove dffe instantationEddie Hung2019-08-221-7/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move $dffe to dffs.{v,ys}Eddie Hung2019-08-224-18/+41
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make multiplier wider, do not do tech independent synthEddie Hung2019-08-222-8/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix all comments from PRSergeyDegtyar2019-08-2120-160/+465
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add temp directorySergeyDegtyar2019-08-211-0/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix tests; Remove simulation;SergeyDegtyar2019-08-2026-519/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add -map and -assert options for equiv_opt; !!! '-assert' option was commented for the next tests (unproven $equiv cells was found): - dffs; - div_mod; - latches; - mul_pow; - Add design -load; - Remove simulations;
* | | | | | | | | | | | | | Add new tests for ice40 architectureSergeyDegtyar2019-08-2028-0/+901
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #1309 from whitequark/proc_clean-fix-1268whitequark2019-08-206-2/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | proc_clean: fix order of switch insertion
| * | | | | | | | | | | | proc_clean: fix order of switch insertion.whitequark2019-08-196-2/+37
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1268.
* | | | | | | | | | | | Fix typoEddie Hung2019-08-191-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Fix typoEddie Hung2019-08-191-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | ID({A,B,Y}) -> ID::{A,B,Y} for opt_share.ccEddie Hung2019-08-191-30/+30
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #1306 from mmicko/gitignore_fixClifford Wolf2019-08-191-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ignore all generated headers for pmgen pass
| * | | | | | | | | | | Ignore all generated headers for pmgen passMiodrag Milanovic2019-08-181-2/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Add *.sv to tests/simple_abc9/.gitignoreClifford Wolf2019-08-191-0/+1
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | | | Merge pull request #1305 from YosysHQ/clifford/testfastClifford Wolf2019-08-198-38/+48
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Speed up "make test" and related cleanups
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into clifford/testfastEddie Hung2019-08-1891-1110/+2215
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1290 from YosysHQ/eddie/pr1266_againwhitequark2019-08-1820-180/+180
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER (retry)
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into eddie/pr1266_againwhitequark2019-08-1890-3441/+4565
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1283 from YosysHQ/clifford/fix1255Clifford Wolf2019-08-176-17/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix various NDEBUG compiler warnings
| * | | | | | | | | | | Fix erroneous ifndef-NDEBUG in verific.ccClifford Wolf2019-08-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | | | | | | | | Remove unused variableEddie Hung2019-08-161-5/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into clifford/fix1255Clifford Wolf2019-08-1528-2328/+2510
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix various NDEBUG compiler warnings, closes #1255Clifford Wolf2019-08-136-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | | | | | | Merge pull request #1303 from YosysHQ/bogdanvuk/opt_shareClifford Wolf2019-08-1728-1/+1108
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement opt_share from @bogdanvuk
| * | | | | | | | | | | | | Use ID() macroEddie Hung2019-08-161-118/+110
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add 'opt_share' to CHANGELOGEddie Hung2019-08-161-0/+1
| | | | | | | | | | | | | |