aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Region structClifford Wolf2018-08-091-0/+14
* Merge pull request #45 from YosysHQ/constidsClifford Wolf2018-08-0831-553/+285
|\
| * Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-0829-913/+1270
| |\ | |/ |/|
* | Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-0810-140/+374
|\ \
| * | ice40: Add error for unknown cell type when getting timing infoDavid Shah2018-08-081-1/+3
| * | docs: Update Arch API Cell Timing docsDavid Shah2018-08-081-6/+4
| * | timing: Remove unused variableDavid Shah2018-08-081-1/+0
| * | timing: Update to use getDelayNSDavid Shah2018-08-081-11/+14
| * | One more breadcrumbEddie Hung2018-08-081-0/+1
| * | Leave comment behind about removing false pathsEddie Hung2018-08-081-1/+1
| * | clangformatDavid Shah2018-08-081-6/+12
| * | Arch API: Removing Arch::isIOCellDavid Shah2018-08-085-10/+0
| * | Unfurl comments for clangformatEddie Hung2018-08-081-28/+12
| * | Disable assign_budget() after placement legalisation, unless slack redistEddie Hung2018-08-081-1/+4
| * | Merge branch 'master' into improve_timing_specEddie Hung2018-08-081-0/+12
| |\ \
| * | | Also include TMG_GEN_CLOCK as a timing startpointEddie Hung2018-08-081-3/+2
| * | | ice40: Add timing arcs through global buffersDavid Shah2018-08-081-0/+4
| * | | timing: Debugging implementation of new timing APIDavid Shah2018-08-082-5/+10
| * | | ice40: Timing arch fixDavid Shah2018-08-081-3/+17
| * | | timing: Update to new use API (currently broken)David Shah2018-08-085-19/+33
| * | | Arch API: New specification for timing port classesDavid Shah2018-08-087-35/+66
| * | | common: Add TimingPortClassDavid Shah2018-08-081-1/+14
| * | | Cleanup nestingEddie Hung2018-08-061-59/+59
| * | | Do less work if update flag is falseEddie Hung2018-08-061-6/+6
| * | | clangformatEddie Hung2018-08-064-51/+57
| * | | Also add PLL outputs as timing startpointsEddie Hung2018-08-061-15/+3
| * | | Add Arch::isIOCell() to ecp5 and genericEddie Hung2018-08-063-0/+10
| * | | Remove old timing codeEddie Hung2018-08-061-88/+0
| * | | Compute critical path reportEddie Hung2018-08-061-2/+49
| * | | Add commentsEddie Hung2018-08-061-11/+43
| * | | Merge branch 'master' into assign_budget_speedupEddie Hung2018-08-062-4/+22
| |\ \ \
| * | | | Use new Arch::isIOCell() function in TimingEddie Hung2018-08-061-1/+1
| * | | | Add new Arch::isIOCell() API functionEddie Hung2018-08-062-0/+7
| * | | | Consider clocked cells with COUT, consider constant netsEddie Hung2018-08-061-20/+38
| * | | | Merge branch 'fix_budget_overrides' into assign_budget_speedupEddie Hung2018-08-063-28/+25
| |\ \ \ \
| * \ \ \ \ Merge branch 'assign_budget_evenly' into assign_budget_speedupEddie Hung2018-08-063-8/+12
| |\ \ \ \ \
| * | | | | | WIP for new assign_budget() using topographical orderingEddie Hung2018-08-051-6/+165
| * | | | | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-054-4/+4
| * | | | | | Change getBudgetOverride() signature to return bool and modify budget in placeEddie Hung2018-08-052-5/+7
* | | | | | | Add ctx->settingsClifford Wolf2018-08-081-0/+3
* | | | | | | cleanupMiodrag Milanovic2018-08-084-12/+0
* | | | | | | Moved option to commonMiodrag Milanovic2018-08-082-1/+1
* | | | | | | Merge pull request #43 from YosysHQ/common_mainMiodrag Milanović2018-08-0822-761/+895
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | clangformatMiodrag Milanovic2018-08-0811-34/+31
| * | | | | | move load/save proj to baseMiodrag Milanovic2018-08-084-39/+40
| * | | | | | sync with masterMiodrag Milanovic2018-08-081-0/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-0822-322/+371
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use ProjectHandler from gui as wellMiodrag Milanovic2018-08-061-86/+9
| * | | | | | Added project loaderMiodrag Milanovic2018-08-0611-2/+319
| * | | | | | Disable menu options on json loadMiodrag Milanovic2018-08-054-6/+14