Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ecp5: Adding carry helper functions | David Shah | 2018-09-30 | 2 | -0/+22 |
* | clangformat | David Shah | 2018-09-30 | 4 | -11/+19 |
* | Merge pull request #81 from YosysHQ/ecp5_globals | David Shah | 2018-09-30 | 2 | -0/+13 |
|\ | |||||
| * | ecp5: Use ArchNetInfo to mark global nets to ignore | David Shah | 2018-09-29 | 2 | -7/+7 |
| * | ecp5: Global router produces a working bitstream | David Shah | 2018-09-29 | 2 | -0/+13 |
* | | Make warnings visible in quiet mode | Miodrag Milanovic | 2018-09-19 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #66 from YosysHQ/issue65 | Serge Bazanski | 2018-08-26 | 1 | -4/+5 |
|\ | |||||
| * | Fix for min_slack == max_slack => bin_size == 0 | Eddie Hung | 2018-08-22 | 1 | -4/+5 |
* | | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 8 | -14/+118 |
|\ \ | |||||
| * | | Use emplace result for get,set of settings | Miodrag Milanovic | 2018-08-12 | 1 | -8/+8 |
| * | | Read settings and check validity | Miodrag Milanovic | 2018-08-11 | 2 | -6/+28 |
| * | | Save settings and give nicer names to some | Miodrag Milanovic | 2018-08-10 | 1 | -1/+9 |
| * | | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 7 | -13/+87 |
* | | | Add stringf() helper function | Clifford Wolf | 2018-08-18 | 2 | -0/+15 |
| |/ |/| | |||||
* | | Merge remote-tracking branch 'origin/master' into placer_speedup | Eddie Hung | 2018-08-10 | 7 | -20/+54 |
|\| | |||||
| * | Fix compile warning | Miodrag Milanovic | 2018-08-09 | 1 | -0/+2 |
| * | Expose log_always that will be displayed disregarding quite flag | Miodrag Milanovic | 2018-08-09 | 2 | -12/+10 |
| * | Added quiet mode for logging | Miodrag Milanovic | 2018-08-09 | 3 | -15/+28 |
| * | Fix MSVC compile | Miodrag Milanovic | 2018-08-09 | 1 | -0/+1 |
| * | Merge pull request #42 from YosysHQ/floorplan | David Shah | 2018-08-09 | 3 | -4/+24 |
| |\ | |||||
| | * | Add pip locations | Clifford Wolf | 2018-08-09 | 3 | -4/+10 |
| | * | Add Region struct | Clifford Wolf | 2018-08-09 | 1 | -0/+14 |
* | | | std::vector::resize() not reserve() | Eddie Hung | 2018-08-09 | 1 | -1/+1 |
* | | | Get rid of map lookup by borrowing udata to use as index into vector | Eddie Hung | 2018-08-09 | 1 | -19/+20 |
* | | | Try with vector | Eddie Hung | 2018-08-09 | 1 | -17/+47 |
|/ / | |||||
* | | Make loading works nice and use settings | Miodrag Milanovic | 2018-08-08 | 1 | -3/+7 |
* | | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 2 | -15/+52 |
|/ | |||||
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into constids | Clifford Wolf | 2018-08-08 | 7 | -89/+732 |
|\ | |||||
| * | Merge pull request #44 from YosysHQ/improve_timing_spec | David Shah | 2018-08-08 | 3 | -89/+268 |
| |\ | |||||
| | * | timing: Remove unused variable | David Shah | 2018-08-08 | 1 | -1/+0 |
| | * | timing: Update to use getDelayNS | David Shah | 2018-08-08 | 1 | -11/+14 |
| | * | One more breadcrumb | Eddie Hung | 2018-08-08 | 1 | -0/+1 |
| | * | Leave comment behind about removing false paths | Eddie Hung | 2018-08-08 | 1 | -1/+1 |
| | * | clangformat | David Shah | 2018-08-08 | 1 | -6/+12 |
| | * | Unfurl comments for clangformat | Eddie Hung | 2018-08-08 | 1 | -28/+12 |
| | * | Disable assign_budget() after placement legalisation, unless slack redist | Eddie Hung | 2018-08-08 | 1 | -1/+4 |
| | * | Merge branch 'master' into improve_timing_spec | Eddie Hung | 2018-08-08 | 1 | -0/+12 |
| | |\ | |||||
| | * | | Also include TMG_GEN_CLOCK as a timing startpoint | Eddie Hung | 2018-08-08 | 1 | -3/+2 |
| | * | | timing: Debugging implementation of new timing API | David Shah | 2018-08-08 | 1 | -4/+9 |
| | * | | timing: Update to new use API (currently broken) | David Shah | 2018-08-08 | 1 | -11/+21 |
| | * | | Arch API: New specification for timing port classes | David Shah | 2018-08-08 | 1 | -1/+1 |
| | * | | common: Add TimingPortClass | David Shah | 2018-08-08 | 1 | -1/+14 |
| | * | | Cleanup nesting | Eddie Hung | 2018-08-06 | 1 | -59/+59 |
| | * | | Do less work if update flag is false | Eddie Hung | 2018-08-06 | 1 | -6/+6 |
| | * | | clangformat | Eddie Hung | 2018-08-06 | 1 | -29/+36 |
| | * | | Also add PLL outputs as timing startpoints | Eddie Hung | 2018-08-06 | 1 | -15/+3 |
| | * | | Remove old timing code | Eddie Hung | 2018-08-06 | 1 | -88/+0 |
| | * | | Compute critical path report | Eddie Hung | 2018-08-06 | 1 | -2/+49 |
| | * | | Add comments | Eddie Hung | 2018-08-06 | 1 | -11/+43 |
| | * | | Merge branch 'master' into assign_budget_speedup | Eddie Hung | 2018-08-06 | 1 | -2/+5 |
| | |\ \ |