aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for macc and rom;SergeyDegtyar2019-08-274-0/+55
* 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
|\
| * 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 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.whitequark2019-08-196-2/+37
* | 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 passMiodrag Milanovic2019-08-181-2/+1
* | Add *.sv to tests/simple_abc9/.gitignoreClifford Wolf2019-08-191-0/+1
* | Merge pull request #1305 from YosysHQ/clifford/testfastClifford Wolf2019-08-198-38/+48
|\ \ | |/ |/|
| * 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
|\ \
| * \ 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 erroneous ifndef-NDEBUG in verific.ccClifford Wolf2019-08-171-3/+1
| * | | 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
* | | | | Merge pull request #1303 from YosysHQ/bogdanvuk/opt_shareClifford Wolf2019-08-1728-1/+1108
|\ \ \ \ \
| * | | | | Use ID() macroEddie Hung2019-08-161-118/+110
| * | | | | Add 'opt_share' to CHANGELOGEddie Hung2019-08-161-0/+1
| * | | | | Add 'opt_share' to 'opt -full'Eddie Hung2019-08-161-0/+5
| * | | | | Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_shareEddie Hung2019-08-1626-1/+1110
| |\ \ \ \ \
| | * | | | | Fix wrong results when opt_share called before opt_cleanBogdan Vukobratovic2019-08-072-19/+14
| | * | | | | Support various binary operators in opt_shareBogdan Vukobratovic2019-08-045-194/+519
| | * | | | | Tabs to spaces in opt_share examplesBogdan Vukobratovic2019-08-0310-150/+150
| | * | | | | Fix spacing in opt_share tests, change wording in opt_share helpBogdan Vukobratovic2019-08-0311-161/+160
| | * | | | | Reimplement opt_share to work on $alu and $pmuxBogdan Vukobratovic2019-07-2821-112/+520
| | * | | | | Implement opt_shareBogdan Vukobratovic2019-07-266-1/+383