index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
place_sa.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
place_sa: Refactor to put SA placer in its own class
David Shah
2018-06-20
1
-356
/
+360
*
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
*
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
*
|
Add Context::force and "nextpnr-ice40 --force"
Clifford Wolf
2018-06-19
1
-1
/
+2
|
/
*
Add rng to Context, start using ctx->verbose
Clifford Wolf
2018-06-19
1
-2
/
+2
*
Getting rid of old IdString API users, Add ctx to many internal APIs
Clifford Wolf
2018-06-18
1
-9
/
+10
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
1
-12
/
+12
*
Rename Design to Context, derive from Arch instead of instantiating
Clifford Wolf
2018-06-18
1
-49
/
+46
*
Rename Chip to Arch and ChipArgs to ArchArgs
Clifford Wolf
2018-06-18
1
-4
/
+4
*
Fix hash specialisation for BelType and warnings in place_sa.cc
David Shah
2018-06-18
1
-13
/
+11
*
Improving code style and fixing dummy
David Shah
2018-06-18
1
-11
/
+20
*
Speed up placer
David Shah
2018-06-17
1
-4
/
+0
*
Minor performance tweaks and fixes
David Shah
2018-06-17
1
-1
/
+1
*
place_sa: Adding seed option
David Shah
2018-06-17
1
-10
/
+10
*
place_sa: Add a rip-up feature when initial placement fails
David Shah
2018-06-17
1
-23
/
+48
*
place_sa: Make placement independant of unordered_map ordering
David Shah
2018-06-17
1
-4
/
+8
*
Updating copyrights
David Shah
2018-06-17
1
-0
/
+4
*
Improving the placer output
David Shah
2018-06-17
1
-6
/
+8
*
place_sa: Ignore Bels locked by manual placement for SA swaps
David Shah
2018-06-17
1
-2
/
+8
*
place_sa: Run a validity check at the end of placement
David Shah
2018-06-17
1
-0
/
+9
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-16
1
-1
/
+1
|
\
|
*
Renamed place.h to place_sa.h in place_sa.cc
ZipCPU
2018-06-16
1
-1
/
+1
*
|
place: Fix placer validity checks
David Shah
2018-06-16
1
-6
/
+9
|
/
*
Renamed placer to Simulated-Annealing placer
ZipCPU
2018-06-16
1
-0
/
+393