index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
timing.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Add Arch::getBudgetOverride() to eliminate hack for COUT
Eddie Hung
2018-07-21
1
-6
/
+2
*
|
Uncomment out negative slack messages during update_budget(), make verbose
Eddie Hung
2018-07-21
1
-10
/
+12
*
|
Merge branch 'redist_slack' into 'redist_slack'
Eddie Hung
2018-07-21
1
-0
/
+2
|
\
\
|
*
|
Update comment
Eddie Hung
2018-07-21
1
-0
/
+118
|
|
/
*
|
HACK: set carry budgets to zero
David Shah
2018-07-21
1
-1
/
+4
*
|
Update comment
Eddie Hung
2018-07-21
1
-0
/
+118
|
/
*
Improving the SA+legalisation flow
David Shah
2018-06-29
1
-3
/
+3
*
Fixing Python bindings after adding unique_ptr
David Shah
2018-06-26
1
-3
/
+3
*
nets and cells are unique_ptr's
Miodrag Milanovic
2018-06-25
1
-4
/
+4
*
Update from increased clangformat line length
David Shah
2018-06-23
1
-20
/
+12
*
Add ctx->checksum(), slightly improve log messages
Clifford Wolf
2018-06-21
1
-0
/
+3
*
Add frequency setting and fix slack calculation
David Shah
2018-06-21
1
-6
/
+5
*
WIP: adding timing budget to placer
David Shah
2018-06-20
1
-0
/
+7
*
Improving timing annotator
David Shah
2018-06-20
1
-0
/
+18
*
Working on the timing annotator
David Shah
2018-06-20
1
-1
/
+3
*
Working on the timing budget annnotator
David Shah
2018-06-20
1
-6
/
+58
*
Another stub delay calculation function
David Shah
2018-06-20
1
-3
/
+18
*
Adding stubs for delay annotation and cell timing lookup
David Shah
2018-06-20
1
-0
/
+29
[prev]