Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix path in run-test.sh | SergeyDegtyar | 2019-08-23 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1 from YosysHQ/Sergey/tests_ice40 | Sergey | 2019-08-23 | 18 | -138/+91 |
|\ | | | | | tests_ice40 improvements | ||||
| * | Remove adffs_tb.v | Eddie Hung | 2019-08-22 | 1 | -75/+0 |
| | | |||||
| * | WIP for equivalency checking memories | Eddie Hung | 2019-08-22 | 1 | -1/+13 |
| | | |||||
| * | Do not print OKAY | Eddie Hung | 2019-08-22 | 2 | -4/+0 |
| | | |||||
| * | Spelling | Eddie Hung | 2019-08-22 | 1 | -2/+2 |
| | | |||||
| * | Fail if iverilog fails | Eddie Hung | 2019-08-22 | 1 | -2/+2 |
| | | |||||
| * | Hide tri-state warning message for now | Eddie Hung | 2019-08-22 | 2 | -1/+2 |
| | | |||||
| * | Remove unused output | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix tribuf test | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix comments | Eddie Hung | 2019-08-22 | 8 | -10/+11 |
| | | |||||
| * | Remove tech independent synthesis | Eddie Hung | 2019-08-22 | 9 | -16/+20 |
| | | |||||
| * | Remove dffe instantation | Eddie Hung | 2019-08-22 | 1 | -7/+0 |
| | | |||||
| * | Move $dffe to dffs.{v,ys} | Eddie Hung | 2019-08-22 | 4 | -18/+41 |
| | | |||||
| * | Make multiplier wider, do not do tech independent synth | Eddie Hung | 2019-08-22 | 2 | -8/+6 |
|/ | |||||
* | Fix all comments from PR | SergeyDegtyar | 2019-08-21 | 20 | -160/+465 |
| | |||||
* | Add temp directory | SergeyDegtyar | 2019-08-21 | 1 | -0/+1 |
| | |||||
* | Fix tests; Remove simulation; | SergeyDegtyar | 2019-08-20 | 26 | -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 architecture | SergeyDegtyar | 2019-08-20 | 28 | -0/+901 |
| | |||||
* | Merge pull request #1309 from whitequark/proc_clean-fix-1268 | whitequark | 2019-08-20 | 6 | -2/+37 |
|\ | | | | | proc_clean: fix order of switch insertion | ||||
| * | proc_clean: fix order of switch insertion. | whitequark | 2019-08-19 | 6 | -2/+37 |
| | | | | | | | | Fixes #1268. | ||||
* | | Fix typo | Eddie Hung | 2019-08-19 | 1 | -1/+1 |
| | | |||||
* | | Fix typo | Eddie Hung | 2019-08-19 | 1 | -1/+1 |
| | | |||||
* | | ID({A,B,Y}) -> ID::{A,B,Y} for opt_share.cc | Eddie Hung | 2019-08-19 | 1 | -30/+30 |
|/ | |||||
* | Merge pull request #1306 from mmicko/gitignore_fix | Clifford Wolf | 2019-08-19 | 1 | -2/+1 |
|\ | | | | | Ignore all generated headers for pmgen pass | ||||
| * | Ignore all generated headers for pmgen pass | Miodrag Milanovic | 2019-08-18 | 1 | -2/+1 |
| | | |||||
* | | Add *.sv to tests/simple_abc9/.gitignore | Clifford Wolf | 2019-08-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #1305 from YosysHQ/clifford/testfast | Clifford Wolf | 2019-08-19 | 8 | -38/+48 |
|\ \ | |/ |/| | Speed up "make test" and related cleanups | ||||
| * | Merge remote-tracking branch 'origin/master' into clifford/testfast | Eddie Hung | 2019-08-18 | 91 | -1110/+2215 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1290 from YosysHQ/eddie/pr1266_again | whitequark | 2019-08-18 | 20 | -180/+180 |
|\ \ | | | | | | | Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER (retry) | ||||
| * \ | Merge branch 'master' into eddie/pr1266_again | whitequark | 2019-08-18 | 90 | -3441/+4565 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1283 from YosysHQ/clifford/fix1255 | Clifford Wolf | 2019-08-17 | 6 | -17/+15 |
|\ \ \ | | | | | | | | | Fix various NDEBUG compiler warnings | ||||
| * | | | Fix erroneous ifndef-NDEBUG in verific.cc | Clifford Wolf | 2019-08-17 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | Remove unused variable | Eddie Hung | 2019-08-16 | 1 | -5/+0 |
| | | | | |||||
| * | | | Merge branch 'master' into clifford/fix1255 | Clifford Wolf | 2019-08-15 | 28 | -2328/+2510 |
| |\ \ \ | |||||
| * | | | | Fix various NDEBUG compiler warnings, closes #1255 | Clifford Wolf | 2019-08-13 | 6 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Merge pull request #1303 from YosysHQ/bogdanvuk/opt_share | Clifford Wolf | 2019-08-17 | 28 | -1/+1108 |
|\ \ \ \ \ | | | | | | | | | | | | | Implement opt_share from @bogdanvuk | ||||
| * | | | | | Use ID() macro | Eddie Hung | 2019-08-16 | 1 | -118/+110 |
| | | | | | | |||||
| * | | | | | Add 'opt_share' to CHANGELOG | Eddie Hung | 2019-08-16 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Add 'opt_share' to 'opt -full' | Eddie Hung | 2019-08-16 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_share | Eddie Hung | 2019-08-16 | 26 | -1/+1110 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix wrong results when opt_share called before opt_clean | Bogdan Vukobratovic | 2019-08-07 | 2 | -19/+14 |
| | | | | | | | |||||
| | * | | | | | Support various binary operators in opt_share | Bogdan Vukobratovic | 2019-08-04 | 5 | -194/+519 |
| | | | | | | | |||||
| | * | | | | | Tabs to spaces in opt_share examples | Bogdan Vukobratovic | 2019-08-03 | 10 | -150/+150 |
| | | | | | | | |||||
| | * | | | | | Fix spacing in opt_share tests, change wording in opt_share help | Bogdan Vukobratovic | 2019-08-03 | 11 | -161/+160 |
| | | | | | | | |||||
| | * | | | | | Reimplement opt_share to work on $alu and $pmux | Bogdan Vukobratovic | 2019-07-28 | 21 | -112/+520 |
| | | | | | | | |||||
| | * | | | | | Implement opt_share | Bogdan Vukobratovic | 2019-07-26 | 6 | -1/+383 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands | ||||
* | | | | | | | Merge pull request #1300 from YosysHQ/eddie/cleanup2 | Clifford Wolf | 2019-08-17 | 40 | -912/+912 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use ID::{A,B,Y,keep,blackbox,whitebox} instead of ID() | ||||
| * | | | | | | | Move namespace alias | Eddie Hung | 2019-08-16 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove `using namespace RTLIL;` | Eddie Hung | 2019-08-16 | 1 | -6/+5 |
| | | | | | | | |