Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Replace getXName().c_str(ctx) with ctx->nameOfX | D. Shah | 2021-02-02 | 1 | -1/+1 |
| | | | | | | This makes the ongoing migration to IdStringList easier. Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | ice40: Switch from RelPtr to RelSlice | D. Shah | 2021-01-27 | 1 | -1/+1 |
| | | | | | | | | | | This replaces RelPtrs and a separate length field with a Rust-style slice containing both a pointer and a length; with bounds checking always enforced. Thus iterating over these structures is both cleaner and safer. Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | Fixes for new part types | Miodrag Milanovic | 2020-07-08 | 1 | -3/+5 |
| | |||||
* | ice40: support u4k | Simon Schubert | 2019-02-23 | 1 | -1/+1 |
| | |||||
* | clangformat | David Shah | 2018-09-30 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Speedup Arch::predictDelay() with pass-by-ref | Eddie Hung | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Get rid of old iCE40 id_ Arch members | Clifford Wolf | 2018-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | Clifford Wolf | 2018-08-05 | 1 | -28/+14 |
| | |||||
* | Fix bug in ice40 estimateDelay() | Clifford Wolf | 2018-08-04 | 1 | -4/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Use faster model for ice40 predictDelay() | Clifford Wolf | 2018-08-04 | 1 | -1/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add new iCE40 delay estimator and delay predictor | Clifford Wolf | 2018-08-04 | 1 | -4/+129 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add generation of models to tmfuzz | Clifford Wolf | 2018-08-04 | 1 | -3/+16 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor ice40 timing fuzzer used to create delay estimates | Clifford Wolf | 2018-08-04 | 1 | -0/+107 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |