Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove std:: namespace | Eddie Hung | 2019-08-07 | 1 | -5/+5 |
* | stoi -> atoi | Eddie Hung | 2019-08-07 | 34 | -110/+110 |
* | IdString::str().substr() -> IdString::substr() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
* | Fix typos | Eddie Hung | 2019-08-06 | 1 | -5/+5 |
* | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 31 | -100/+100 |
* | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 2 | -19/+17 |
* | Use State::S{0,1} | Eddie Hung | 2019-08-06 | 6 | -12/+12 |
* | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 14 | -34/+34 |
* | Cleanup opt_expr.cc | Eddie Hung | 2019-08-06 | 1 | -35/+30 |
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 3 | -29/+67 |
* | Merge pull request #1242 from jfng/fix-proc_prune-partial | whitequark | 2019-08-03 | 1 | -2/+11 |
|\ | |||||
| * | proc_prune: Promote partially redundant assignments. | Jean-François Nguyen | 2019-08-01 | 1 | -2/+11 |
* | | Merge pull request #1238 from mmicko/vsbuild_fix | Clifford Wolf | 2019-08-02 | 1 | -0/+1 |
|\ \ | |||||
| * | | Visual Studio build fix | Miodrag Milanovic | 2019-07-31 | 1 | -0/+1 |
| |/ | |||||
* / | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-01 | 3 | -10/+10 |
|/ | |||||
* | Add "stat -tech cmos" | Clifford Wolf | 2019-07-20 | 1 | -2/+29 |
* | Merge pull request #1188 from YosysHQ/eddie/abc9_push_inverters | Eddie Hung | 2019-07-16 | 1 | -44/+127 |
|\ | |||||
| * | Add comment | Eddie Hung | 2019-07-13 | 1 | -0/+5 |
| * | duplicate -> clone | Eddie Hung | 2019-07-12 | 1 | -3/+3 |
| * | More cleanup | Eddie Hung | 2019-07-12 | 1 | -8/+2 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -29/+51 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -10/+4 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -15/+24 |
| * | More cleanup | Eddie Hung | 2019-07-12 | 1 | -11/+10 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -46/+16 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -7/+1 |
| * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -13/+109 |
* | | Merge pull request #1186 from YosysHQ/eddie/abc9_ice40_fix | Eddie Hung | 2019-07-16 | 1 | -2/+2 |
|\ \ | |||||
| * | | Do not double count cells in abc | Eddie Hung | 2019-07-12 | 1 | -2/+2 |
| |/ | |||||
* | | Fix check logic in extract_fa | Miodrag Milanovic | 2019-07-16 | 1 | -2/+2 |
* | | Merge pull request #1189 from YosysHQ/eddie/fix1151 | Clifford Wolf | 2019-07-15 | 1 | -0/+4 |
|\ \ | |||||
| * | | Error out if enable > dbits | Eddie Hung | 2019-07-13 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #1190 from YosysHQ/eddie/fix_1099 | Clifford Wolf | 2019-07-15 | 1 | -4/+8 |
|\ \ | |||||
| * | | If ConstEval fails do not log_abort() but return gracefully | Eddie Hung | 2019-07-13 | 1 | -4/+8 |
| |/ | |||||
* / | opt_lut: make less chatty. | whitequark | 2019-07-13 | 1 | -56/+38 |
|/ | |||||
* | Enable &mfs for abc9, even if it only currently works for ice40 | Eddie Hung | 2019-07-11 | 1 | -1/+1 |
* | Merge pull request #1179 from whitequark/attrmap-proc | Clifford Wolf | 2019-07-11 | 1 | -0/+19 |
|\ | |||||
| * | attrmap: also consider process, switch and case attributes. | whitequark | 2019-07-10 | 1 | -0/+19 |
* | | Merge pull request #1177 from YosysHQ/clifford/async | Clifford Wolf | 2019-07-10 | 1 | -0/+7 |
|\ \ | |/ |/| | |||||
| * | Fix tests/various/async FFL test | Clifford Wolf | 2019-07-09 | 1 | -0/+7 |
* | | Merge pull request #1174 from YosysHQ/eddie/fix1173 | Clifford Wolf | 2019-07-09 | 1 | -0/+3 |
|\ \ | |||||
| * | | Increment _TECHMAP_BITS_CONNMAP_ by one since counting from zero | Eddie Hung | 2019-07-09 | 1 | -0/+3 |
| |/ | |||||
* / | Revert "Add "synth -keepdc" option" | Eddie Hung | 2019-07-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1168 from whitequark/bugpoint-processes | Clifford Wolf | 2019-07-09 | 2 | -17/+105 |
|\ | |||||
| * | bugpoint: add -assigns and -updates options. | whitequark | 2019-07-09 | 1 | -9/+81 |
| * | proc_clean: add -quiet option. | whitequark | 2019-07-09 | 1 | -8/+24 |
* | | Merge pull request #1169 from whitequark/more-proc-cleanups | Clifford Wolf | 2019-07-09 | 5 | -22/+168 |
|\ \ | |||||
| * | | proc_prune: promote assigns to module connections when legal. | whitequark | 2019-07-09 | 3 | -33/+42 |
| * | | proc_prune: new pass. | whitequark | 2019-07-09 | 3 | -1/+138 |
| |/ | |||||
* | | Merge pull request #1163 from whitequark/more-case-attrs | Clifford Wolf | 2019-07-09 | 1 | -10/+16 |
|\ \ |