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
*
archapi: Use arbitrary rather than actual placement in predictDelay
gatecat
2021-12-19
1
-1
/
+1
*
Code formatting
Maciej Kurc
2021-09-29
1
-49
/
+33
*
Brought back printout of critical path source file references, added clk-to-q...
Maciej Kurc
2021-09-29
1
-24
/
+58
*
Shifted moving of data containers after printing
Maciej Kurc
2021-09-28
1
-11
/
+11
*
Added a commandline option controlled writeout of per-net timing details
Maciej Kurc
2021-09-28
1
-1
/
+2
*
Moved timing result report storage to the context, added its writeout to the ...
Maciej Kurc
2021-09-28
1
-272
/
+83
*
Added reporting critical paths in JSON format
Maciej Kurc
2021-09-28
1
-25
/
+49
*
Decoupled critical path report generation from its printing
Maciej Kurc
2021-09-28
1
-134
/
+264
*
Switched to JSON format for timing analysis report
Maciej Kurc
2021-09-28
1
-33
/
+81
*
Added writing a CSV report with timing analysis of each net branch
Maciej Kurc
2021-09-28
1
-4
/
+79
*
timing: Always use max delay for required time
gatecat
2021-09-18
1
-3
/
+5
*
timing: Fix slack for unconstrained clocks
gatecat
2021-09-18
1
-6
/
+7
*
router2: Add experimental timing-driven ripup option
gatecat
2021-08-15
1
-2
/
+19
*
basectx: Add a field to store timing results
gatecat
2021-07-29
1
-0
/
+5
*
timing: Allow overriding of route delays
gatecat
2021-07-28
1
-2
/
+5
*
timing: Fix out-of-bounds histogram bins in all cases
gatecat
2021-07-10
1
-1
/
+6
*
sta: Fix a memory error introduced by the dict move
gatecat
2021-06-17
1
-4
/
+11
*
Fixing old emails and names in copyrights
gatecat
2021-06-12
1
-1
/
+1
*
Using hashlib in timing
gatecat
2021-06-02
1
-37
/
+10
*
Use hashlib for core netlist structures
gatecat
2021-06-02
1
-7
/
+7
*
timing: Fix domain init when loops are present
gatecat
2021-04-13
1
-58
/
+71
*
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
[next]