Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Add comment on why partial multipliers are 18x18 | Eddie Hung | 2019-10-04 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | Add comments for xilinx_dsp_cascade | Eddie Hung | 2019-10-04 | 1 | -12/+100 | |
| * | | | | | | | | | | | | | Improve comments for xilinx_dsp_CREG | Eddie Hung | 2019-10-04 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | Fix comment | Eddie Hung | 2019-10-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Restore optimisation for sigM.empty() | Eddie Hung | 2019-10-04 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | Retry on fixing TODOs | Eddie Hung | 2019-10-04 | 2 | -13/+1 | |
| * | | | | | | | | | | | | | Revert "Fix TODOs" | Eddie Hung | 2019-10-04 | 2 | -0/+20 | |
| * | | | | | | | | | | | | | More comments, cleanup | Eddie Hung | 2019-10-04 | 2 | -41/+108 | |
| * | | | | | | | | | | | | | Fix TODOs | Eddie Hung | 2019-10-04 | 2 | -20/+0 | |
| * | | | | | | | | | | | | | Consistency | Eddie Hung | 2019-10-04 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Add comments for xilinx_dsp | Eddie Hung | 2019-10-04 | 3 | -6/+134 | |
* | | | | | | | | | | | | | | Merge pull request #1439 from YosysHQ/eddie/fix_ice40_wrapcarry | Clifford Wolf | 2019-10-06 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Missing 'accept' at end of ice40_wrapcarry, spotted by @cliffordwolf | Eddie Hung | 2019-10-05 | 2 | -0/+26 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Update README.md | Clifford Wolf | 2019-10-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #1436 from YosysHQ/mmicko/msvc_fix | Miodrag Milanović | 2019-10-05 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixes for MSVC build | Miodrag Milanovic | 2019-10-04 | 2 | -2/+7 | |
* | | | | | | | | | | | | | | Fix typo in check_label() | Eddie Hung | 2019-10-04 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Add temporary `abc9 -nomfs` and use for `synth_xilinx -abc9` | Eddie Hung | 2019-10-04 | 2 | -5/+19 | |
* | | | | | | | | | | | | | Remove DSP48E1 from *_cells_xtra.v | Eddie Hung | 2019-10-04 | 3 | -178/+2 | |
* | | | | | | | | | | | | | Fix xilinx_dsp for unsigned extensions | Eddie Hung | 2019-10-04 | 1 | -1/+3 | |
* | | | | | | | | | | | | | Fix for SigSpec() == SigSpec(State::Sx, 0) to be true again | Eddie Hung | 2019-10-04 | 1 | -0/+6 | |
* | | | | | | | | | | | | | Add Const::{begin,end,empty}() | Eddie Hung | 2019-10-04 | 1 | -0/+3 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Panic over. Model was elsewhere. Re-arrange for consistency | Eddie Hung | 2019-10-04 | 5 | -31/+4 | |
* | | | | | | | | | | | | Oops | Eddie Hung | 2019-10-04 | 1 | -1/+1 | |
* | | | | | | | | | | | | Ohmilord this wasn't added all this time!?! | Eddie Hung | 2019-10-04 | 1 | -0/+29 | |
|/ / / / / / / / / / / | ||||||
| | | | * | | | | | | | hierarchy - proc reorder | Miodrag Milanovic | 2019-10-18 | 9 | -14/+18 | |
| | | | * | | | | | | | Check latches type one by one | Miodrag Milanovic | 2019-10-04 | 2 | -40/+25 | |
| | | | * | | | | | | | Removed top module where not needed | Miodrag Milanovic | 2019-10-04 | 4 | -37/+4 | |
| | | | * | | | | | | | Test muxes synth one by one | Miodrag Milanovic | 2019-10-04 | 2 | -38/+39 | |
| | | | * | | | | | | | Cleaned verilog code from not used defines | Miodrag Milanovic | 2019-10-04 | 1 | -6/+0 | |
| | | | * | | | | | | | Check for MULT18X18D, since that is working now | Miodrag Milanovic | 2019-10-04 | 2 | -14/+11 | |
| | | | * | | | | | | | Check flops one by one | Miodrag Milanovic | 2019-10-04 | 4 | -71/+50 | |
| | | | * | | | | | | | Removed alu and div_mod tests as agreed | Miodrag Milanovic | 2019-10-04 | 4 | -57/+0 | |
| | | | * | | | | | | | equiv_opt with -assert | Eddie Hung | 2019-09-30 | 1 | -3/+1 | |
| | | | * | | | | | | | Update resource count for alu.ys | Eddie Hung | 2019-09-30 | 1 | -3/+3 | |
| | | | * | | | | | | | Move $x to end as per 7f0eec8 | Eddie Hung | 2019-09-30 | 1 | -1/+1 | |
| | | | * | | | | | | | Update fsm.ys resource count | Eddie Hung | 2019-09-30 | 1 | -3/+3 | |
| | | | * | | | | | | | Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys i... | Eddie Hung | 2019-09-30 | 37 | -0/+801 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Add comment to dpram test about related issue. | SergeyDegtyar | 2019-09-18 | 1 | -0/+1 | |
| | | | | * | | | | | | | adffs test update (equiv_opt -multiclock). div_mod test fix | SergeyDegtyar | 2019-09-17 | 3 | -17/+12 | |
| | | | | * | | | | | | | Remove stat command form shifter.ys test | SergeyDegtyar | 2019-09-04 | 1 | -1/+1 | |
| | | | | * | | | | | | | Fix ecp5 tests | SergeyDegtyar | 2019-09-04 | 11 | -2421/+26 | |
| | | | | * | | | | | | | Uncomment sat command in memory.ys test. | SergeyDegtyar | 2019-09-03 | 1 | -2/+1 | |
| | | | | * | | | | | | | Add tests for ECP5 architecture | SergeyDegtyar | 2019-09-03 | 40 | -0/+3201 | |
| | | | | | * | | | | | | hierarchy - proc reorder | Miodrag Milanovic | 2019-10-18 | 4 | -9/+10 | |
| | | | | | * | | | | | | Cleanup and formating | Miodrag Milanovic | 2019-10-04 | 4 | -2/+4 | |
| | | | | | * | | | | | | split latches into separate checks | Miodrag Milanovic | 2019-10-04 | 2 | -41/+24 | |
| | | | | | * | | | | | | check muxes per type | Miodrag Milanovic | 2019-10-04 | 2 | -42/+37 | |
| | | | | | * | | | | | | check ff's separately | Miodrag Milanovic | 2019-10-04 | 2 | -26/+14 | |
| | | | | | * | | | | | | Cleanup top modules and not used defines | Miodrag Milanovic | 2019-10-04 | 5 | -44/+5 |