aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RTLIL::S{0,1} -> State::S{0,1} for headersEddie Hung2019-08-075-40/+40
* RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-0715-86/+86
* Merge remote-tracking branch 'origin/master' into eddie/cleanupEddie Hung2019-08-0719-383/+879
|\
| * Merge pull request #1260 from YosysHQ/dave/ecp5_cell_fixesDavid Shah2019-08-071-101/+244
| |\
| | * ecp5: Make cells_sim.v consistent with nextpnrDavid Shah2019-08-071-101/+244
| * | Merge pull request #1213 from YosysHQ/eddie/wreduce_addClifford Wolf2019-08-075-3/+226
| |\ \
| | * | Add signed opt_expr testsEddie Hung2019-08-061-0/+50
| | * | Add signed testEddie Hung2019-08-061-0/+26
| | * | Move LSB-trimming functionality from wreduce to opt_exprEddie Hung2019-08-062-23/+26
| | * | Add SigSpec::extract_end() convenience functionEddie Hung2019-08-061-0/+1
| | * | Restore original SigSpec::extract()Eddie Hung2019-08-061-1/+1
| | * | Move LSB tests from wreduce to opt_exprEddie Hung2019-08-062-99/+101
| | * | Merge remote-tracking branch 'origin/master' into eddie/wreduce_addEddie Hung2019-08-0656-172/+763
| | |\ \
| | * | | Try and fix againEddie Hung2019-07-191-5/+4
| | * | | Add another testEddie Hung2019-07-191-1/+24
| | * | | Do not access beyond boundsEddie Hung2019-07-191-1/+1
| | * | | Add an SigSpec::at(offset, defval) convenience methodEddie Hung2019-07-191-0/+1
| | * | | Wrap A and B in sigmapEddie Hung2019-07-191-2/+2
| | * | | Remove "top" from messageEddie Hung2019-07-191-1/+1
| | * | | Also optimise MSB of $subEddie Hung2019-07-191-3/+3
| | * | | Add one more test with trimming Y_WIDTH of $subEddie Hung2019-07-191-11/+14
| | * | | Be more explicitEddie Hung2019-07-191-6/+29
| | * | | wreduce for $subEddie Hung2019-07-191-0/+23
| | * | | Add tests for sub tooEddie Hung2019-07-191-1/+48
| | * | | Add testEddie Hung2019-07-191-0/+22
| | * | | SigSpec::extract to take negative lengthsEddie Hung2019-07-191-1/+1
| * | | | Merge pull request #1240 from ucb-bar/firrtl-properties+pow+xnorClifford Wolf2019-08-072-94/+206
| |\ \ \ \
| | * | | | Support explicit FIRRTL properties for better accommodation of FIRRTL/Verilog...Jim Lawson2019-07-312-94/+206
| | * | | | Merge remote-tracking branch 'upstream/master'Jim Lawson2019-07-3021-32/+164
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master'Jim Lawson2019-07-24199-1214/+9423
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge pull request #1249 from mmicko/anlogic_fixClifford Wolf2019-08-071-16/+8
| |\ \ \ \ \ \ \
| | * | | | | | | anlogic : Fix alu mappingMiodrag Milanovic2019-08-031-16/+8
| * | | | | | | | Merge pull request #1252 from YosysHQ/clifford/fix1231Clifford Wolf2019-08-071-15/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix handling of functions/tasks without top-level begin-end block, fixes #1231Clifford Wolf2019-08-061-15/+2
| * | | | | | | | | Merge pull request #1253 from YosysHQ/clifford/checkClifford Wolf2019-08-073-9/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Be less aggressive with running design->check()Clifford Wolf2019-08-063-9/+17
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #1257 from YosysHQ/clifford/cellcostsClifford Wolf2019-08-073-109/+103
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Tweak default gate costs, cleanup "stat -tech cmos"Clifford Wolf2019-08-072-20/+10
| | * | | | | | | | Redesign of cell cost APIClifford Wolf2019-08-072-93/+97
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Update CHANGELOGDavid Shah2019-08-071-0/+2
| * | | | | | | | Merge pull request #1241 from YosysHQ/clifford/jsonfixDavid Shah2019-08-072-36/+71
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Update JSON front-end to process new attr/param encodingClifford Wolf2019-08-011-23/+34
| | * | | | | | | Implement improved JSON attr/param encodingClifford Wolf2019-08-011-13/+37
* | | | | | | | | Remove std:: namespaceEddie Hung2019-08-071-5/+5
* | | | | | | | | 'make clean' to not remove anything abcEddie Hung2019-08-071-1/+1
* | | | | | | | | stoi -> atoiEddie Hung2019-08-0741-121/+121
* | | | | | | | | IdString::str().substr() -> IdString::substr()Eddie Hung2019-08-062-2/+2
* | | | | | | | | Fix typosEddie Hung2019-08-063-9/+9
* | | | | | | | | Fix spacingEddie Hung2019-08-061-3/+3
* | | | | | | | | Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-0636-109/+109