aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Unfurl comments for clangformatEddie Hung2018-08-081-28/+12
|
* Also include TMG_GEN_CLOCK as a timing startpointEddie Hung2018-08-081-3/+2
|
* timing: Debugging implementation of new timing APIDavid Shah2018-08-081-4/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* timing: Update to new use API (currently broken)David Shah2018-08-081-11/+21
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Cleanup nestingEddie Hung2018-08-061-59/+59
|
* Do less work if update flag is falseEddie Hung2018-08-061-6/+6
|
* clangformatEddie Hung2018-08-061-29/+36
|
* Also add PLL outputs as timing startpointsEddie Hung2018-08-061-15/+3
|
* 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-061-2/+5
|\
| * Merge pull request #39 from eddiehung/slack_histogramDavid Shah2018-08-061-2/+4
| |\ | | | | | | Improve slack histogram clarity
| | * Enhance slack histogram with '+' to indicate less-than-granularityEddie Hung2018-08-061-2/+4
| | |
| * | Add name to copyright headerEddie Hung2018-08-061-0/+1
| | |
* | | Use new Arch::isIOCell() function in TimingEddie Hung2018-08-061-1/+1
| | |
* | | Consider clocked cells with COUT, consider constant netsEddie Hung2018-08-061-20/+38
| | |
* | | Merge branch 'fix_budget_overrides' into assign_budget_speedupEddie Hung2018-08-061-25/+22
|\| | | | | | | | | | | | | | Conflicts: common/timing.cc
| * | Fix use of getBudgetOverride in Timing::follow_net()Eddie Hung2018-08-061-12/+16
| | |
* | | Merge branch 'assign_budget_evenly' into assign_budget_speedupEddie Hung2018-08-061-7/+9
|\| | | | | | | | | | | | | | Conflicts: common/timing.cc
| * | 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
| |/ | | | | | | divided between all nets on path
* / WIP for new assign_budget() using topographical orderingEddie Hung2018-08-051-6/+165
|/
* timing: Fix slack histogram segfault with no pathsDavid Shah2018-08-051-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000)Eddie Hung2018-08-041-3/+5
|
* Revert "Be cognisant that delay_t could be a non-integer type (if so, ↵Eddie Hung2018-08-041-4/+4
| | | | | | truncate to integer)" This reverts commit b07f0eebc894dce9220ab57808ff2e7103827fea.
* Be cognisant that delay_t could be a non-integer type (if so, truncate to ↵Eddie Hung2018-08-041-4/+4
| | | | integer)
* Merge branch 'master' into slack_histogramEddie Hung2018-08-031-3/+3
|\ | | | | | | | | Conflicts: common/timing.cc
| * Auto frequency only if --freq 0 is setEddie Hung2018-08-031-6/+6
| |
* | clangformatEddie Hung2018-08-031-14/+20
| |
* | Add crude histogram feature, printed after placement and routingEddie Hung2018-08-031-3/+31
| |
* | Remove spaceEddie Hung2018-08-031-1/+0
| |
* | Refactor timing.cc into Timing classEddie Hung2018-08-031-97/+108
|/
* timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell ↵David Shah2018-08-011-28/+33
| | | | | | timing info yet) Signed-off-by: David Shah <davey1576@gmail.com>
* clangformat for stuff I've touchedEddie Hung2018-07-311-4/+4
|
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-11/+4
| | | | user_idx and to take a PortRef& instead
* Add --slack_redist_iter for ice40Eddie Hung2018-07-311-4/+5
|
* Update commentEddie Hung2018-07-301-2/+1
|
* Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-301-8/+8
|\
| * Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-301-4/+4
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Really do not overconstrain!Eddie Hung2018-07-291-1/+1
| |
* | Keep things simple by not overconstraining FmaxEddie Hung2018-07-281-6/+3
| |
* | clangformatEddie Hung2018-07-281-9/+10
| |
* | Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-281-43/+14
| |
* | RefactorEddie Hung2018-07-281-43/+19
| |
* | Fix auto Fmax overconstraining during update_budget()Eddie Hung2018-07-271-15/+19
| |