index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ice40
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl
Sergiusz Bazanski
2018-06-22
15
-22
/
+102
|
\
|
*
Added custom QApplication implementation
Miodrag Milanovic
2018-06-22
1
-1
/
+2
|
*
ice40: Add UltraPlus tiles to database
David Shah
2018-06-22
3
-4
/
+86
|
*
Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...
Clifford Wolf
2018-06-22
14
-14
/
+14
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl
Sergiusz Bazanski
2018-06-22
7
-290
/
+354
|
\
|
|
*
fixed namespace for gui section
Miodrag Milanovic
2018-06-22
1
-0
/
+2
|
*
ice40: Make the packer deterministic
David Shah
2018-06-22
1
-8
/
+9
|
*
Fixing 5k bitstream gen and place heuristics
David Shah
2018-06-22
1
-1
/
+12
|
*
Updates from clangformat
Clifford Wolf
2018-06-21
1
-12
/
+3
|
*
Added return code to json parsing and pcf reading
Miodrag Milanovic
2018-06-21
3
-37
/
+46
|
*
Fixed return codes for packer, placer and router
Miodrag Milanovic
2018-06-21
1
-9
/
+13
|
*
log_error now trows exception, main is covering catch
Miodrag Milanovic
2018-06-21
1
-231
/
+241
|
*
Cleanup parse_json_file API, some other cleanups
Clifford Wolf
2018-06-21
1
-1
/
+1
|
*
Add ctx->checksum(), slightly improve log messages
Clifford Wolf
2018-06-21
2
-0
/
+18
|
*
Improve log messages, move many messages to verbose mode
Clifford Wolf
2018-06-21
1
-11
/
+17
|
*
Improvements in router
Clifford Wolf
2018-06-21
2
-1
/
+8
|
*
Add frequency setting and fix slack calculation
David Shah
2018-06-21
1
-1
/
+6
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-20
3
-16
/
+29
|
|
\
|
*
|
place_sa: Improvements including supporting force and ordering consistency
David Shah
2018-06-20
2
-4
/
+4
*
|
|
Reimplement FPGAWidget in modern OpenGL.
Sergiusz Bazanski
2018-06-22
1
-0
/
+4
*
|
|
chipdb.py style fix
Sergiusz Bazanski
2018-06-20
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-20
1
-3
/
+11
|
\
|
|
*
WIP: adding timing budget to placer
David Shah
2018-06-20
2
-3
/
+11
|
*
Improving timing annotator
David Shah
2018-06-20
1
-1
/
+1
*
|
Improve --tmfuzz mode and iCE40 delay estimator
Clifford Wolf
2018-06-20
3
-16
/
+29
|
/
*
Add "nextpnr-ice40 --tmfuzz"
Clifford Wolf
2018-06-20
1
-0
/
+40
*
Fix jsonparse compiler warnings, clangformat updates
Clifford Wolf
2018-06-20
1
-1
/
+1
*
Fix chipdb UltraPlus wires
David Shah
2018-06-20
1
-1
/
+1
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
David Shah
2018-06-20
3
-10
/
+132
|
\
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-20
2
-0
/
+32
|
|
\
|
*
|
Changes to estimatePosition API
Clifford Wolf
2018-06-20
2
-4
/
+3
|
*
|
Add better iCE40 delay estimates
Clifford Wolf
2018-06-20
2
-6
/
+129
*
|
|
Working on the timing annotator
David Shah
2018-06-20
2
-6
/
+20
|
|
/
|
/
|
*
|
Working on the timing budget annnotator
David Shah
2018-06-20
2
-6
/
+7
*
|
Adding stubs for delay annotation and cell timing lookup
David Shah
2018-06-20
2
-0
/
+31
|
/
*
ice40: Tidying up carry packer a bit
David Shah
2018-06-19
1
-15
/
+28
*
ice40: WIP SB_CARRY packer
David Shah
2018-06-19
2
-0
/
+71
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-19
2
-27
/
+50
|
\
|
*
Major performance improvement to placement validity check
David Shah
2018-06-19
4
-32
/
+60
*
|
Improved log messages in SA placer, minor changes from clangformat
Clifford Wolf
2018-06-19
1
-3
/
+4
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-19
2
-5
/
+20
|
\
|
|
*
ice40: Improve error reporting for invalid tristate usage
David Shah
2018-06-19
3
-15
/
+24
|
*
ice40: Fix constant packer
David Shah
2018-06-19
1
-4
/
+14
*
|
Updates from clangformat
Clifford Wolf
2018-06-19
4
-16
/
+25
*
|
Add Context::force and "nextpnr-ice40 --force"
Clifford Wolf
2018-06-19
3
-5
/
+15
|
/
*
ice40: Don't deduplicate local tracks when counting
David Shah
2018-06-19
1
-10
/
+9
*
Add rng to Context, start using ctx->verbose
Clifford Wolf
2018-06-19
1
-14
/
+10
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Clifford Wolf
2018-06-19
3
-50
/
+50
|
\
|
*
ice40: More IdString API updates
David Shah
2018-06-19
3
-50
/
+50
*
|
Refactor Arch/Context design hierarchy
Clifford Wolf
2018-06-19
2
-23
/
+20
|
/
[next]