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: Integration tweaks
gatecat
2021-03-05
1
-4
/
+6
*
timing: Skip route delays for unplaced/nullptr cells
gatecat
2021-03-04
1
-1
/
+6
*
timing: Replace all users of criticality with new engine
gatecat
2021-03-04
1
-168
/
+8
*
timing: Use new engine for HeAP
gatecat
2021-03-04
1
-3
/
+6
*
timing: Add support for critical path printing
gatecat
2021-03-04
1
-0
/
+62
*
timing: Slack and criticality computation
gatecat
2021-03-04
1
-0
/
+40
*
timing: Produce plausible Fmax figure
gatecat
2021-03-04
1
-1
/
+11
*
timing: Add Fmax printing for debugging
gatecat
2021-03-04
1
-0
/
+21
*
timing: Add backwards path walking
gatecat
2021-03-04
1
-1
/
+65
*
timing: Add forward path walking
gatecat
2021-03-04
1
-0
/
+90
*
timing: Compute domain pairs
gatecat
2021-03-04
1
-8
/
+25
*
timing: Add port-domain tracking
gatecat
2021-03-04
1
-0
/
+88
*
timing: Add topological sort from Yosys
gatecat
2021-03-04
1
-0
/
+40
*
timing: Import cell delays to our own structures
gatecat
2021-03-04
1
-0
/
+98
*
Demote the 'no clocks' warning to info and make clearer
gatecat
2021-02-20
1
-1
/
+1
*
Replace DelayInfo with DelayPair/DelayQuad
gatecat
2021-02-19
1
-9
/
+9
*
Start making use of getBelPinsForCellPin API
gatecat
2021-02-10
1
-1
/
+1
*
refactor: Replace getXName().c_str(ctx) with ctx->nameOfX
D. Shah
2021-02-02
1
-2
/
+1
*
cleanup: Spelling fixes
D. Shah
2021-01-28
1
-1
/
+2
*
cleanup: Remove dead/unused code
D. Shah
2021-01-28
1
-28
/
+2
*
No longer need fstream include
Ross Schlaikjer
2020-08-30
1
-1
/
+0
*
Only print filenames for now, default on
Ross Schlaikjer
2020-08-30
1
-54
/
+7
*
Add option to print critical path source code
Ross Schlaikjer
2020-08-30
1
-0
/
+78
*
clangformat
David Shah
2020-08-20
1
-1
/
+2
*
timing: Fix counting of fanin in out-of-context mode
David Shah
2020-08-12
1
-2
/
+17
*
Fix embarassing use of topographical when meaning topological
Eddie Hung
2020-05-14
1
-16
/
+16
*
timing: Improve robustness to dangling/undriven logic
David Shah
2020-03-17
1
-0
/
+10
*
timing: Fix critical path walking for ECP5
David Shah
2019-11-18
1
-2
/
+1
*
timing: Improve support for out-of-context flows
David Shah
2019-08-07
1
-1
/
+9
*
clangformat run
Miodrag Milanovic
2019-06-25
1
-4
/
+6
*
Merge master
Miodrag Milanovic
2019-06-25
1
-2
/
+3
|
\
|
*
clangformat
David Shah
2019-06-24
1
-1
/
+2
|
*
timing: Add missing std::min
David Shah
2019-06-23
1
-1
/
+1
|
*
Fix missing \n in log statement.
whitequark
2019-06-04
1
-1
/
+1
*
|
moved some context variables to settings
Miodrag Milanovic
2019-06-15
1
-10
/
+10
|
/
*
clangformat
David Shah
2019-03-22
1
-3
/
+2
*
HeAP: Add PlacerHeapCfg
David Shah
2019-03-22
1
-1
/
+2
*
placer1: Tweaks
David Shah
2019-03-22
1
-2
/
+1
*
Add flag timing-allow-fail to allow PnR to pass with warning
Miodrag Milanovic
2019-03-04
1
-0
/
+4
*
timing: Fix negative slack overflow issue
David Shah
2019-02-25
1
-2
/
+3
*
ecp5: Router performance improvements
David Shah
2019-02-25
1
-0
/
+4
*
[timing] Fix off-by-one error
Eddie Hung
2019-02-11
1
-1
/
+1
*
Merge pull request #226 from YosysHQ/190207
Eddie Hung
2019-02-09
1
-2
/
+1
|
\
|
*
Fix slack_histogram computation accessing num_bins+1
Eddie Hung
2019-02-07
1
-2
/
+1
*
|
timing: Add --ignore-loops option
David Shah
2019-02-05
1
-1
/
+1
|
/
*
timing: Path related fixes
David Shah
2019-01-27
1
-2
/
+1
*
timing: Fix critical path print
David Shah
2018-12-13
1
-10
/
+19
*
timing: Fix xclock crit calc and compiler warnings
David Shah
2018-12-06
1
-7
/
+5
*
timing_opt: Improve heuristics
David Shah
2018-12-06
1
-1
/
+6
*
timing_opt: Fix criticality and cost calculations
David Shah
2018-12-06
1
-0
/
+13
[next]