| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 1 | -1/+1 |
* | Improvements in router | Clifford Wolf | 2018-06-21 | 1 | -0/+6 |
* | Add frequency setting and fix slack calculation | David Shah | 2018-06-21 | 1 | -1/+6 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 1 | -3/+11 |
|\ |
|
| * | WIP: adding timing budget to placer | David Shah | 2018-06-20 | 1 | -2/+10 |
| * | Improving timing annotator | David Shah | 2018-06-20 | 1 | -1/+1 |
* | | Improve --tmfuzz mode and iCE40 delay estimator | Clifford Wolf | 2018-06-20 | 1 | -7/+12 |
|/ |
|
* | Add "nextpnr-ice40 --tmfuzz" | Clifford Wolf | 2018-06-20 | 1 | -0/+40 |
* | Fix jsonparse compiler warnings, clangformat updates | Clifford Wolf | 2018-06-20 | 1 | -1/+1 |
* | Working on the timing annotator | David Shah | 2018-06-20 | 1 | -1/+2 |
* | Add Context::force and "nextpnr-ice40 --force" | Clifford Wolf | 2018-06-19 | 1 | -3/+12 |
* | Add rng to Context, start using ctx->verbose | Clifford Wolf | 2018-06-19 | 1 | -14/+10 |
* | Getting rid of old IdString API users, Add ctx to many internal APIs | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -15/+14 |
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 1 | -16/+16 |
* | place_sa: Adding seed option | David Shah | 2018-06-17 | 1 | -1/+11 |
* | General reformatting | David Shah | 2018-06-17 | 1 | -1/+1 |
* | Improving the placer output | David Shah | 2018-06-17 | 1 | -0/+2 |
* | ice40: Fixing build | David Shah | 2018-06-17 | 1 | -1/+1 |
* | place: Tidying up the SA placer | David Shah | 2018-06-16 | 1 | -1/+1 |
* | experiment: Simple heuristic-based placer | David Shah | 2018-06-16 | 1 | -1/+1 |
* | Add route-ripup routing loop | Clifford Wolf | 2018-06-14 | 1 | -1/+1 |
* | Add A*-like optimizations to router | Clifford Wolf | 2018-06-13 | 1 | -1/+7 |
* | ice40: Add a PCF parser | David Shah | 2018-06-13 | 1 | -0/+9 |
* | ice40: Add package selection | David Shah | 2018-06-13 | 1 | -3/+14 |
* | Simple IO buffer insertion, enable packer by default | David Shah | 2018-06-13 | 1 | -4/+1 |
* | Write tests to replace -test option from main | Miodrag Milanovic | 2018-06-12 | 1 | -61/+0 |
* | reveresed logic for enabling main file, and made tests link arch files | Miodrag Milanovic | 2018-06-12 | 1 | -1/+1 |
* | ice40: Debugging the packer | David Shah | 2018-06-12 | 1 | -2/+12 |
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 1 | -1/+1 |
* | Fixed portability issue, now it works on msys2 windows build as well | Miodrag Milanovic | 2018-06-11 | 1 | -2/+3 |
* | Pass design to gui, display chip name | Miodrag Milanovic | 2018-06-10 | 1 | -1/+1 |
* | ice40: Write logic cell config to bitstream | David Shah | 2018-06-10 | 1 | -1/+1 |
* | ice40: Writing an empty ASC file | David Shah | 2018-06-10 | 1 | -0/+9 |
* | Add very basic router | Clifford Wolf | 2018-06-09 | 1 | -0/+2 |
* | python: Fixing builds as importable module | David Shah | 2018-06-08 | 1 | -0/+5 |
* | Reformat remaining files | David Shah | 2018-06-08 | 1 | -1/+0 |
* | Applied clang-format to my own contributions | ZipCPU | 2018-06-07 | 1 | -4/+3 |
* | Set the default log to stdout | ZipCPU | 2018-06-07 | 1 | -1/+5 |
|\ |
|
| * | Moved placer definitions to place.h, main automatically runs placer now | ZipCPU | 2018-06-07 | 1 | -3/+2 |
| * | Preliminary placer changes to main | ZipCPU | 2018-06-07 | 1 | -0/+7 |
* | | ice40: More Python bindings and examples | David Shah | 2018-06-07 | 1 | -0/+1 |
* | | ice40: Refactor PortPin and add Python binding | David Shah | 2018-06-07 | 1 | -1/+1 |
* | | Connected the log file facility to stderr | ZipCPU | 2018-06-07 | 1 | -0/+3 |
|/ |
|
* | Reformat Python bindings and ice40 main | David Shah | 2018-06-07 | 1 | -221/+226 |
* | Fixing file->run renaming | David Shah | 2018-06-07 | 1 | -1/+1 |
* | Merge branch 'python' | David Shah | 2018-06-07 | 1 | -1/+2 |
|\ |
|
| * | Global design object working | David Shah | 2018-06-07 | 1 | -1/+1 |
| * | Working on global Python design object | David Shah | 2018-06-07 | 1 | -0/+1 |
* | | Add ICE40_HX1K_ONLY config macro | Clifford Wolf | 2018-06-07 | 1 | -8/+36 |