| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #39 from eddiehung/slack_histogram | David Shah | 2018-08-06 | 1 | -2/+4 |
|\ |
|
| * | Enhance slack histogram with '+' to indicate less-than-granularity | Eddie Hung | 2018-08-06 | 1 | -2/+4 |
* | | Add name to copyright header | Eddie Hung | 2018-08-06 | 1 | -0/+1 |
* | | Fix use of getBudgetOverride in Timing::follow_net() | Eddie Hung | 2018-08-06 | 1 | -12/+16 |
* | | clangformat | Eddie Hung | 2018-08-06 | 1 | -4/+5 |
* | | Add net_delays bool to Timing class to control net delay consideration | Eddie Hung | 2018-08-06 | 1 | -5/+6 |
* | | Unless slack_redist is enabled, ignore net delays so that budget gets evenly ... | Eddie Hung | 2018-08-05 | 1 | -1/+1 |
|/ |
|
* | timing: Fix slack histogram segfault with no paths | David Shah | 2018-08-05 | 1 | -1/+1 |
* | Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000) | Eddie Hung | 2018-08-04 | 1 | -3/+5 |
* | Revert "Be cognisant that delay_t could be a non-integer type (if so, truncat... | Eddie Hung | 2018-08-04 | 1 | -4/+4 |
* | Be cognisant that delay_t could be a non-integer type (if so, truncate to int... | Eddie Hung | 2018-08-04 | 1 | -4/+4 |
* | Merge branch 'master' into slack_histogram | Eddie Hung | 2018-08-03 | 1 | -3/+3 |
|\ |
|
| * | Auto frequency only if --freq 0 is set | Eddie Hung | 2018-08-03 | 1 | -6/+6 |
* | | clangformat | Eddie Hung | 2018-08-03 | 1 | -14/+20 |
* | | Add crude histogram feature, printed after placement and routing | Eddie Hung | 2018-08-03 | 1 | -3/+31 |
* | | Remove space | Eddie Hung | 2018-08-03 | 1 | -1/+0 |
* | | Refactor timing.cc into Timing class | Eddie Hung | 2018-08-03 | 1 | -97/+108 |
|/ |
|
* | timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell timin... | David Shah | 2018-08-01 | 1 | -28/+33 |
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -4/+4 |
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -11/+4 |
* | Add --slack_redist_iter for ice40 | Eddie Hung | 2018-07-31 | 1 | -4/+5 |
* | Update comment | Eddie Hung | 2018-07-30 | 1 | -2/+1 |
* | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-30 | 1 | -8/+8 |
|\ |
|
| * | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 1 | -4/+4 |
* | | Really do not overconstrain! | Eddie Hung | 2018-07-29 | 1 | -1/+1 |
* | | Keep things simple by not overconstraining Fmax | Eddie Hung | 2018-07-28 | 1 | -6/+3 |
* | | clangformat | Eddie Hung | 2018-07-28 | 1 | -9/+10 |
* | | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 1 | -43/+14 |
* | | Refactor | Eddie Hung | 2018-07-28 | 1 | -43/+19 |
* | | Fix auto Fmax overconstraining during update_budget() | Eddie Hung | 2018-07-27 | 1 | -15/+19 |
* | | Fix sign of slack redistribution again | Eddie Hung | 2018-07-27 | 1 | -4/+4 |
* | | Even if there is no updates, set budget to current delay | Eddie Hung | 2018-07-26 | 1 | -3/+3 |
* | | Re-add getBudgetOverride() but also account for path length of | Eddie Hung | 2018-07-26 | 1 | -6/+18 |
* | | Move target_freq update after budget update | Eddie Hung | 2018-07-26 | 1 | -9/+9 |
* | | Fix budget realloc | Eddie Hung | 2018-07-26 | 1 | -7/+4 |
* | | Do not use budget override anymore, and subtract not add! | Eddie Hung | 2018-07-25 | 1 | -4/+2 |
* | | clangformat | Eddie Hung | 2018-07-25 | 1 | -19/+26 |
* | | Print budget of net and its driver/sink locations too | Eddie Hung | 2018-07-25 | 1 | -4/+5 |
* | | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 1 | -31/+73 |
* | | Retry clangformat | Eddie Hung | 2018-07-25 | 1 | -14/+23 |
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ... | Eddie Hung | 2018-07-25 | 1 | -36/+40 |
* | | With no user frequency set, use 1.05 * current_Fmax | Eddie Hung | 2018-07-24 | 1 | -4/+4 |
* | | If --freq not set, attempt to find max by adjusting budget so min path slack ... | Eddie Hung | 2018-07-24 | 1 | -9/+28 |
* | | Also subtract net delay from slack | Eddie Hung | 2018-07-24 | 1 | -3/+8 |
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-24 | 1 | -0/+3 |
|\| |
|
| * | timing: Model clock to Q times | David Shah | 2018-07-24 | 1 | -0/+3 |
* | | Refactor new code and existing code | Eddie Hung | 2018-07-24 | 1 | -61/+25 |
* | | Oops | Eddie Hung | 2018-07-23 | 1 | -11/+3 |
* | | Simplify and use Arch::getNetinfoRouteDelay() for update_budget() | Eddie Hung | 2018-07-23 | 1 | -40/+21 |
* | | Call now-more-flexibile update_budget() during routing, but using any actual ... | Eddie Hung | 2018-07-21 | 1 | -2/+2 |