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
...
*
|
timing: Don't include false startpoints in async paths
David Shah
2018-11-12
1
-2
/
+8
*
|
timing: Improve Fmax output and print cross-clock paths
David Shah
2018-11-12
1
-52
/
+130
*
|
timing: Multiple clock analysis
David Shah
2018-11-12
1
-9
/
+25
*
|
Working on multi-clock analysis
David Shah
2018-11-12
1
-173
/
+251
*
|
Working on adding multiple domains to timing analysis
David Shah
2018-11-12
1
-33
/
+87
*
|
timing: Working on a timing constraint API
David Shah
2018-11-12
1
-1
/
+2
|
/
*
[timing] Fix combinational -> combinatorial
Eddie Hung
2018-11-11
1
-2
/
+2
*
[timing] Better messaging for failed timing analysis, allow --force to
Eddie Hung
2018-11-11
1
-1
/
+4
*
Merge pull request #88 from YosysHQ/issue72
Eddie Hung
2018-10-11
1
-17
/
+6
|
\
|
*
[timing] Restore and skip false startpoints
Eddie Hung
2018-09-15
1
-17
/
+6
*
|
clangformat
David Shah
2018-10-01
1
-3
/
+1
*
|
ecp5: Debugging DRAM packing
David Shah
2018-10-01
1
-0
/
+18
|
/
*
Fix for min_slack == max_slack => bin_size == 0
Eddie Hung
2018-08-22
1
-4
/
+5
*
Fix MSVC compile
Miodrag Milanovic
2018-08-09
1
-0
/
+1
*
timing: Remove unused variable
David Shah
2018-08-08
1
-1
/
+0
*
timing: Update to use getDelayNS
David Shah
2018-08-08
1
-11
/
+14
*
One more breadcrumb
Eddie Hung
2018-08-08
1
-0
/
+1
*
Leave comment behind about removing false paths
Eddie Hung
2018-08-08
1
-1
/
+1
*
clangformat
David Shah
2018-08-08
1
-6
/
+12
*
Unfurl comments for clangformat
Eddie Hung
2018-08-08
1
-28
/
+12
*
Also include TMG_GEN_CLOCK as a timing startpoint
Eddie Hung
2018-08-08
1
-3
/
+2
*
timing: Debugging implementation of new timing API
David Shah
2018-08-08
1
-4
/
+9
*
timing: Update to new use API (currently broken)
David Shah
2018-08-08
1
-11
/
+21
*
Cleanup nesting
Eddie Hung
2018-08-06
1
-59
/
+59
*
Do less work if update flag is false
Eddie Hung
2018-08-06
1
-6
/
+6
*
clangformat
Eddie Hung
2018-08-06
1
-29
/
+36
*
Also add PLL outputs as timing startpoints
Eddie Hung
2018-08-06
1
-15
/
+3
*
Remove old timing code
Eddie Hung
2018-08-06
1
-88
/
+0
*
Compute critical path report
Eddie Hung
2018-08-06
1
-2
/
+49
*
Add comments
Eddie Hung
2018-08-06
1
-11
/
+43
*
Merge branch 'master' into assign_budget_speedup
Eddie Hung
2018-08-06
1
-2
/
+5
|
\
|
*
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
*
|
|
Use new Arch::isIOCell() function in Timing
Eddie Hung
2018-08-06
1
-1
/
+1
*
|
|
Consider clocked cells with COUT, consider constant nets
Eddie Hung
2018-08-06
1
-20
/
+38
*
|
|
Merge branch 'fix_budget_overrides' into assign_budget_speedup
Eddie Hung
2018-08-06
1
-25
/
+22
|
\
|
|
|
*
|
Fix use of getBudgetOverride in Timing::follow_net()
Eddie Hung
2018-08-06
1
-12
/
+16
*
|
|
Merge branch 'assign_budget_evenly' into assign_budget_speedup
Eddie Hung
2018-08-06
1
-7
/
+9
|
\
|
|
|
*
|
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
|
|
/
*
/
WIP for new assign_budget() using topographical ordering
Eddie Hung
2018-08-05
1
-6
/
+165
|
/
*
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
[prev]
[next]