| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
* | Run "make clangformat". to fix up master. | Keith Rothman | 2021-03-18 | 1 | -1/+1 |
* | Add missing includes to fix WASI build. | whitequark | 2021-03-16 | 1 | -0/+4 |
* | Split nextpnr.h to allow for linear inclusion. | Keith Rothman | 2021-03-15 | 1 | -866/+0 |
* | Remove unused advanced timing constraint API | gatecat | 2021-02-26 | 1 | -101/+0 |
* | Refactor some common code to CellInfo methods | gatecat | 2021-02-23 | 1 | -0/+22 |
* | Replace DelayInfo with DelayPair/DelayQuad | gatecat | 2021-02-19 | 1 | -3/+3 |
* | Start making use of getBelPinsForCellPin API | gatecat | 2021-02-10 | 1 | -24/+68 |
* | Remove the unused CellInfo::pins field | gatecat | 2021-02-10 | 1 | -20/+0 |
* | Mark IdString and IdStringList single argument constructors explicit. | Keith Rothman | 2021-02-04 | 1 | -2/+2 |
* | ecp5: Implement IdStringList for all arch object names | D. Shah | 2021-02-02 | 1 | -5/+29 |
* | ecp5: Proof-of-concept using IdStringList for bel names | D. Shah | 2021-02-02 | 1 | -3/+19 |
* | common: First pass at IdStringList methods | D. Shah | 2021-02-02 | 1 | -0/+35 |
* | nexus: Add global networks | David Shah | 2020-11-30 | 1 | -2/+2 |
* | nextpnr: Improve error reporting in Context::check | David Shah | 2020-11-26 | 1 | -17/+67 |
* | Add a warning when floorplan constraint doesn't match | David Shah | 2020-08-12 | 1 | -1/+7 |
* | clangformat | David Shah | 2020-06-12 | 1 | -12/+6 |
* | Port nextpnr-{ice40,ecp5} to WASI. | whitequark | 2020-05-23 | 1 | -0/+19 |
* | Allow constraining non-leaf cells to regions | David Shah | 2019-12-27 | 1 | -1/+10 |
* | Preserve hierarchy through packing | David Shah | 2019-12-27 | 1 | -0/+73 |
* | python: Adding helper functions for netlist modification | David Shah | 2019-09-15 | 1 | -0/+85 |
* | json: Add support for net aliases | David Shah | 2019-09-13 | 1 | -2/+2 |
* | ecp5: Add --out-of-context for building hard macros | David Shah | 2019-08-07 | 1 | -1/+15 |
* | ecp5: New Property interface | David Shah | 2019-08-05 | 1 | -1/+1 |
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -22/+78 |
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -24/+23 |
* | Save/restore net strength | Miodrag Milanovic | 2019-06-07 | 1 | -5/+7 |
* | Restore routing from json | Miodrag Milanovic | 2019-06-07 | 1 | -1/+21 |
* | Cleanup | Miodrag Milanovic | 2019-06-07 | 1 | -2/+3 |
* | Cleanup and fixes, flow works now | Miodrag Milanovic | 2019-06-07 | 1 | -4/+31 |
* | WIP saving/loading attributes | Miodrag Milanovic | 2019-06-07 | 1 | -0/+66 |
* | generic: GUI Python bindings | David Shah | 2019-04-03 | 1 | -0/+8 |
* | common: Add early return path to getNetinfoRouteDelay for fully unrouted nets | David Shah | 2019-03-22 | 1 | -0/+3 |
* | Add Python helper functions for floorplanning | David Shah | 2019-03-22 | 1 | -0/+21 |
* | timing: Improve clock constraint log output | David Shah | 2018-11-26 | 1 | -2/+6 |
* | Improve message spacing | Eddie Hung | 2018-11-14 | 1 | -1/+1 |
* | Timing fixes | David Shah | 2018-11-14 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-13 | 1 | -0/+26 |
|\ |
|
| * | Add more nameOf() convenience methods | Clifford Wolf | 2018-11-13 | 1 | -0/+24 |
| * | flush logs when throwing an assertion_failure | Clifford Wolf | 2018-11-10 | 1 | -0/+2 |
* | | timing: Add support for clock constraints | David Shah | 2018-11-12 | 1 | -0/+9 |
* | | Working on multi-clock analysis | David Shah | 2018-11-12 | 1 | -7/+14 |
* | | timing: Implementing parts of new timing API | David Shah | 2018-11-12 | 1 | -0/+94 |
|/ |
|
* | ecp5: Debugging DRAM packing | David Shah | 2018-10-01 | 1 | -0/+5 |
* | ecp5: Use ArchNetInfo to mark global nets to ignore | David Shah | 2018-09-29 | 1 | -6/+6 |
* | ecp5: Global router produces a working bitstream | David Shah | 2018-09-29 | 1 | -0/+7 |
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -2/+2 |
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -8/+9 |
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -2/+2 |
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -6/+5 |