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
*
Make arch specific main window
Miodrag Milanovic
2018-06-21
2
-0
/
+158
*
Add frequency setting and fix slack calculation
David Shah
2018-06-21
2
-7
/
+6
*
place_sa: Make the heuristic closer to arachne, seems to improve routability
David Shah
2018-06-21
1
-11
/
+20
*
place_sa: Use int64_t for "wirelength" metric
David Shah
2018-06-21
1
-16
/
+19
*
place_sa: Reduce effect of rounding errors
David Shah
2018-06-20
1
-1
/
+9
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-20
1
-0
/
+16
|
\
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-20
2
-4
/
+33
|
|
\
|
*
|
Improve --tmfuzz mode and iCE40 delay estimator
Clifford Wolf
2018-06-20
1
-0
/
+16
*
|
|
place_sa: Improvements including supporting force and ordering consistency
David Shah
2018-06-20
1
-8
/
+16
|
|
/
|
/
|
*
|
Improving placement timing heuristic
David Shah
2018-06-20
1
-1
/
+4
*
|
WIP: adding timing budget to placer
David Shah
2018-06-20
2
-4
/
+12
*
|
Improving timing annotator
David Shah
2018-06-20
1
-0
/
+18
|
/
*
Add "nextpnr-ice40 --tmfuzz"
Clifford Wolf
2018-06-20
2
-0
/
+12
*
Minor refactoring of router infrastructure
Clifford Wolf
2018-06-20
1
-78
/
+102
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-20
2
-18
/
+22
|
\
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-20
3
-1
/
+131
|
|
\
|
*
|
Updates from clangformat
Clifford Wolf
2018-06-20
1
-2
/
+3
|
*
|
Changes to estimatePosition API
Clifford Wolf
2018-06-20
1
-9
/
+10
|
*
|
Add better iCE40 delay estimates
Clifford Wolf
2018-06-20
2
-12
/
+14
*
|
|
Working on the timing annotator
David Shah
2018-06-20
1
-1
/
+3
|
|
/
|
/
|
*
|
Working on the timing budget annnotator
David Shah
2018-06-20
1
-6
/
+58
*
|
Another stub delay calculation function
David Shah
2018-06-20
2
-4
/
+23
*
|
Adding stubs for delay annotation and cell timing lookup
David Shah
2018-06-20
3
-5
/
+62
*
|
place_sa: Set placement strengths
David Shah
2018-06-20
1
-1
/
+3
|
/
*
Add PlaceStrength
Clifford Wolf
2018-06-20
1
-1
/
+16
*
place_sa: Refactor to put SA placer in its own class
David Shah
2018-06-20
1
-356
/
+360
*
Add Context::sorted_shuffle API
Clifford Wolf
2018-06-19
2
-2
/
+9
*
Improve "initial placement" log messages in placer_sa
Clifford Wolf
2018-06-19
1
-6
/
+9
*
place_sa: Add log output during initial placement
David Shah
2018-06-19
1
-0
/
+7
*
Small gui improvements and open json functionality
Miodrag Milanovic
2018-06-19
2
-0
/
+7
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-19
1
-7
/
+10
|
\
|
*
Major performance improvement to placement validity check
David Shah
2018-06-19
1
-12
/
+18
*
|
Improved log messages in SA placer, minor changes from clangformat
Clifford Wolf
2018-06-19
1
-11
/
+27
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-19
1
-47
/
+14
|
\
|
|
*
place_sa: Use context-wide rng
David Shah
2018-06-19
1
-47
/
+14
*
|
Updates from clangformat
Clifford Wolf
2018-06-19
2
-13
/
+16
*
|
Add Context::force and "nextpnr-ice40 --force"
Clifford Wolf
2018-06-19
3
-2
/
+4
|
/
*
Add rng to Context, start using ctx->verbose
Clifford Wolf
2018-06-19
5
-28
/
+91
*
Refactor Arch/Context design hierarchy
Clifford Wolf
2018-06-19
2
-22
/
+35
*
Getting rid of old IdString API users, Add ctx to many internal APIs
Clifford Wolf
2018-06-18
3
-25
/
+30
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
1
-1
/
+1
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
3
-18
/
+20
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
4
-61
/
+70
*
Updates from clangformat
Clifford Wolf
2018-06-18
2
-20
/
+35
*
Deprecate old IdString API with implizit global context
Clifford Wolf
2018-06-18
1
-12
/
+12
*
Towards IdString as per-context facility
Clifford Wolf
2018-06-18
3
-50
/
+104
*
Fixed include of "design.h" in "route.h"
Clifford Wolf
2018-06-18
1
-1
/
+1
*
Move contents of design.h to nextpnr.h
Clifford Wolf
2018-06-18
3
-107
/
+59
*
Rename chip.h to arch.h
Clifford Wolf
2018-06-18
1
-1
/
+1
*
Rename Design to Context, derive from Arch instead of instantiating
Clifford Wolf
2018-06-18
9
-132
/
+123
[next]