index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl
Sergiusz Bazanski
2018-06-22
51
-680
/
+1463
|
\
|
*
place_sa: Tweak weighting given to timing
David Shah
2018-06-22
1
-1
/
+1
|
*
place_sa: Fix temp printing
David Shah
2018-06-22
1
-1
/
+1
|
*
Print quasi-TNS statistic during placement
David Shah
2018-06-22
2
-11
/
+20
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-22
19
-34
/
+90
|
|
\
|
|
*
fixed namespace for gui section
Miodrag Milanovic
2018-06-22
19
-34
/
+90
|
*
|
Update README
David Shah
2018-06-22
1
-5
/
+2
|
|
/
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-22
11
-13
/
+122
|
|
\
|
|
*
more task control
Miodrag Milanovic
2018-06-22
11
-7
/
+67
|
|
*
terminate on close
Miodrag Milanovic
2018-06-22
1
-0
/
+2
|
|
*
Add ability to terminate running tasks
Miodrag Milanovic
2018-06-22
3
-11
/
+58
|
*
|
ice40: Make the packer deterministic
David Shah
2018-06-22
2
-8
/
+17
|
|
/
|
*
Fixing 5k bitstream gen and place heuristics
David Shah
2018-06-22
2
-4
/
+14
|
*
Updates from clangformat
Clifford Wolf
2018-06-21
4
-26
/
+22
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-21
18
-588
/
+628
|
|
\
|
|
*
Added return code to json parsing and pcf reading
Miodrag Milanovic
2018-06-21
6
-54
/
+68
|
|
*
Fixed return codes for packer, placer and router
Miodrag Milanovic
2018-06-21
4
-187
/
+207
|
|
*
log_error now trows exception, main is covering catch
Miodrag Milanovic
2018-06-21
11
-348
/
+355
|
*
|
Work "overtime" to find better solutions in routing search algorithm
Clifford Wolf
2018-06-21
1
-9
/
+23
|
|
/
|
*
Zero-initialize PortRef budgets
Clifford Wolf
2018-06-21
1
-1
/
+1
|
*
Cleanup parse_json_file API, some other cleanups
Clifford Wolf
2018-06-21
6
-31
/
+17
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-21
8
-33
/
+153
|
|
\
|
|
*
Added task manager and worker thread for ice40
Miodrag Milanovic
2018-06-21
8
-32
/
+147
|
|
*
Add graphics view in tab
Miodrag Milanovic
2018-06-21
2
-1
/
+6
|
*
|
Add ctx->checksum(), slightly improve log messages
Clifford Wolf
2018-06-21
11
-3
/
+171
|
|
/
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-21
13
-63
/
+232
|
|
\
|
|
*
cleanup
Miodrag Milanovic
2018-06-21
5
-9
/
+8
|
|
*
make dummy target work as well
Miodrag Milanovic
2018-06-21
1
-4
/
+81
|
|
*
Make arch specific main window
Miodrag Milanovic
2018-06-21
12
-58
/
+151
|
*
|
Fix build of "dummy" architexture
Clifford Wolf
2018-06-21
1
-26
/
+18
|
*
|
Improve log messages, move many messages to verbose mode
Clifford Wolf
2018-06-21
7
-48
/
+36
|
*
|
Improvements in router
Clifford Wolf
2018-06-21
5
-65
/
+158
|
|
/
|
*
Add frequency setting and fix slack calculation
David Shah
2018-06-21
3
-8
/
+12
|
*
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
4
-16
/
+45
|
|
\
|
*
|
place_sa: Improvements including supporting force and ordering consistency
David Shah
2018-06-20
3
-12
/
+20
*
|
|
Reimplement FPGAWidget in modern OpenGL.
Sergiusz Bazanski
2018-06-22
3
-106
/
+502
*
|
|
chipdb.py style fix
Sergiusz Bazanski
2018-06-20
1
-1
/
+1
*
|
|
Contextualize DesignWidget
Sergiusz Bazanski
2018-06-20
1
-7
/
+7
|
|
/
|
/
|
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-20
17
-214
/
+82
|
\
|
|
*
Improving placement timing heuristic
David Shah
2018-06-20
1
-1
/
+4
|
*
WIP: adding timing budget to placer
David Shah
2018-06-20
4
-7
/
+23
|
*
put some files back and place generated files in special folder for deps
Miodrag Milanovic
2018-06-20
2
-8
/
+2
|
*
Cleanup of cmake files for easier development
Miodrag Milanovic
2018-06-20
6
-95
/
+27
|
*
put source changes for qtpropertybrowser back and make build simple
Miodrag Milanovic
2018-06-20
12
-111
/
+16
|
*
Improving timing annotator
David Shah
2018-06-20
2
-1
/
+19
*
|
Improve --tmfuzz mode and iCE40 delay estimator
Clifford Wolf
2018-06-20
4
-16
/
+45
|
/
*
Add "nextpnr-ice40 --tmfuzz"
Clifford Wolf
2018-06-20
3
-0
/
+52
[next]