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
*
clangformat
David Shah
2018-11-16
1
-10
/
+19
*
Improve message spacing
Eddie Hung
2018-11-14
1
-2
/
+7
*
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-14
1
-1
/
+18
|
\
|
*
[timing] Path report to include pips when --verbose set
Eddie Hung
2018-11-13
1
-1
/
+18
*
|
Timing fixes
David Shah
2018-11-14
1
-1
/
+14
*
|
[timing] Crit path report to print out edges
Eddie Hung
2018-11-13
1
-3
/
+4
*
|
timing: Fix compile warning
David Shah
2018-11-12
1
-1
/
+1
*
|
timing: Add support for clock constraints
David Shah
2018-11-12
1
-3
/
+22
*
|
ecp5: Update arch to new timing API
David Shah
2018-11-12
1
-2
/
+1
*
|
timing: Fix Fmax for clocks with mixed edge usage
David Shah
2018-11-12
1
-10
/
+11
*
|
archapi: Add getDelayFromNS to improve timing algorithm portability
David Shah
2018-11-12
1
-3
/
+3
*
|
timing: Fix handling of clock inputs
David Shah
2018-11-12
1
-10
/
+17
*
|
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
[next]