index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/chain_utils: Don't allow overlapping chains
David Shah
2018-12-19
1
-1
/
+2
*
timing: Fix critical path print
David Shah
2018-12-13
1
-10
/
+19
*
timing_opt: Fix generic build
David Shah
2018-12-07
1
-1
/
+2
*
timing_opt: Reduce iterations to 30, tidy up logging
David Shah
2018-12-06
1
-16
/
+12
*
timing: Fix xclock crit calc and compiler warnings
David Shah
2018-12-06
1
-7
/
+5
*
timing_opt: Reduce search diameter to 2
David Shah
2018-12-06
1
-1
/
+1
*
timing_opt: Neighbour related fixes
David Shah
2018-12-06
1
-8
/
+23
*
timing_opt: Improve heuristics
David Shah
2018-12-06
2
-21
/
+49
*
timing_opt: Fix criticality and cost calculations
David Shah
2018-12-06
2
-23
/
+30
*
timing: Fixes to criticality calculation
David Shah
2018-12-06
2
-3
/
+25
*
clangformat
David Shah
2018-12-06
2
-83
/
+92
*
timing_opt: Fixes including single-move legality
David Shah
2018-12-06
2
-17
/
+60
*
timing_opt: Debugging and integration
David Shah
2018-12-06
2
-14
/
+115
*
timing_opt: Implement the BFS-based path optimisation
David Shah
2018-12-06
2
-35
/
+154
*
timing_opt: Implement critical path finder
David Shah
2018-12-06
1
-0
/
+114
*
timing_opt: Neigbour bel validity checking
David Shah
2018-12-06
1
-5
/
+48
*
timing_opt: Functions to calculate arc delay limits
David Shah
2018-12-06
3
-11
/
+74
*
timing_opt: Implement neighbour Bel finder
David Shah
2018-12-06
3
-0
/
+83
*
timing: Add criticality calculation to timing analysis
David Shah
2018-12-06
3
-2
/
+220
*
Renamed LogLevel members, to prevent issue with system defines on Windows
Miodrag Milanovic
2018-12-05
3
-17
/
+17
*
rulecheck: Improve message printed at start
David Shah
2018-11-29
1
-1
/
+1
*
Fix compile on GCC 5.5 or older
Miodrag Milanovic
2018-11-27
1
-0
/
+10
*
Print warning and error count at end of execution
David Shah
2018-11-26
4
-2
/
+19
*
timing: Improve clock constraint log output
David Shah
2018-11-26
1
-2
/
+6
*
placer1: During initial placement, don't rip-up strongly binded cells
Sylvain Munaut
2018-11-26
1
-2
/
+3
*
clangformat
David Shah
2018-11-26
1
-1
/
+1
*
Merge pull request #138 from YosysHQ/refactor_log
David Shah
2018-11-26
7
-122
/
+84
|
\
|
*
Add nonfatal error support and use for timing failures
David Shah
2018-11-26
4
-3
/
+14
|
*
Change the log level of some timing-related messages
David Shah
2018-11-21
3
-16
/
+20
|
*
Refactor log code and add log file support
David Shah
2018-11-21
4
-105
/
+52
*
|
Merge pull request #139 from YosysHQ/fix_117
David Shah
2018-11-26
1
-1
/
+6
|
\
\
|
*
|
router1: Fix unrouted, undriven nets
David Shah
2018-11-21
1
-1
/
+6
|
|
/
*
|
python: Fixes to get net wires map working
David Shah
2018-11-22
1
-0
/
+7
*
|
python: Add wrapper for vectors to allow Python access to net.users
David Shah
2018-11-22
3
-4
/
+76
*
|
Merge pull request #122 from YosysHQ/ecp5_timing
David Shah
2018-11-22
1
-1
/
+17
|
\
\
|
|
/
|
/
|
|
*
timing: Improve crit path statistics
David Shah
2018-11-16
1
-2
/
+7
|
*
ecp5: clangformat timing changes
David Shah
2018-11-16
1
-2
/
+0
|
*
ecp5: Use speed-grade-specific delay estimate
David Shah
2018-11-16
1
-1
/
+0
|
*
ecp5: Fix db import, improve timing data debugging
David Shah
2018-11-16
1
-1
/
+15
*
|
Add missing router1 ctx->yield() calls
Clifford Wolf
2018-11-20
1
-0
/
+2
*
|
Merge pull request #130 from smunaut/issue_127
David Shah
2018-11-20
2
-8
/
+21
|
\
\
|
*
|
common/placer1: In random pick, only use grid if there is more than 64 BELs
Sylvain Munaut
2018-11-19
2
-8
/
+21
|
|
/
*
/
add "randomize-seed" command-line option
Maik Merten
2018-11-19
1
-0
/
+10
|
/
*
clangformat
David Shah
2018-11-16
4
-25
/
+33
*
Improve message spacing
Eddie Hung
2018-11-14
2
-3
/
+8
*
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-14
4
-27
/
+48
|
\
|
*
[placer1] Only perform slack redist if legalised
Eddie Hung
2018-11-13
1
-4
/
+4
|
*
[placer1] Only increase temperature if legaliser moved something
Eddie Hung
2018-11-13
2
-19
/
+23
|
*
[common] Fix 'after after'
Eddie Hung
2018-11-13
1
-2
/
+2
|
*
[common] Fix typo in Loc::operator!=()
Eddie Hung
2018-11-13
1
-1
/
+1
[next]