aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | | Fix message for pcf loadingMiodrag Milanovic2018-08-051-1/+1
| * | | | | | Added command parser and common implementationMiodrag Milanovic2018-08-055-630/+517
| | | | | | * ecp5: Update to use const IdStrings in place of PortPin/BelTypeDavid Shah2018-08-089-148/+70
| | | | | | * Get rid of BelType and PortPin in generic archClifford Wolf2018-08-083-18/+9
| | | | | | * Get rid of old iCE40 id_ Arch membersClifford Wolf2018-08-086-59/+36
| | | | | | * Get rid of PortPin and BelType (ice40, generic, docs)Clifford Wolf2018-08-0818-308/+152
| |_|_|_|_|/ |/| | | | |
* | | | | | place_common: Fix illegal cells left after relative constraint legalisationDavid Shah2018-08-071-0/+12
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #39 from eddiehung/slack_histogramDavid Shah2018-08-061-2/+4
|\ \ \ \ \
| * | | | | Enhance slack histogram with '+' to indicate less-than-granularityEddie Hung2018-08-061-2/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #40 from eddiehung/fix_budget_overridesDavid Shah2018-08-068-24/+46
|\ \ \ \ \
| * | | | | ice40's getBudgetOverride() to return correct delay for different devicesEddie Hung2018-08-061-2/+17
| * | | | | Add name to copyright headerEddie Hung2018-08-061-0/+1
| | |_|_|/ | |/| | |
| * | | | Modify docEddie Hung2018-08-061-2/+2
| * | | | Fix use of getBudgetOverride in Timing::follow_net()Eddie Hung2018-08-061-12/+16
| * | | | Fix ice40's getBudgetOverride() to override only for COUT -> CINEddie Hung2018-08-061-1/+1
| * | | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-064-4/+4
| * | | | Change getBudgetOverride() signature to return bool and modify budget in placeEddie Hung2018-08-062-5/+7
| | |_|/ | |/| |
* | | | Merge pull request #38 from eddiehung/assign_budget_evenlyEddie Hung2018-08-063-8/+12
|\| | | | |/ / |/| |
| * | clangformatEddie Hung2018-08-061-4/+5
| * | Add net_delays bool to Timing class to control net delay considerationEddie Hung2018-08-061-5/+6
| * | Unless slack_redist is enabled, ignore net delays so that budget gets evenly ...Eddie Hung2018-08-051-1/+1
| * | Restore initial assign_budget() call after pack(), restrict call after initia...Eddie Hung2018-08-052-1/+3
|/ /
* | Merge pull request #37 from YosysHQ/ngapiClifford Wolf2018-08-0521-289/+298
|\ \
| * | API change: Use CellInfo* and NetInfo* as cell/net handles (ECP5)David Shah2018-08-055-61/+58
| * | API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)David Shah2018-08-053-18/+26
| * | API change: Use CellInfo* and NetInfo* as cell/net handles (archapi docs)Clifford Wolf2018-08-051-16/+16