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
*
ecp5: Copy clock constraints during global promotion
David Shah
2018-11-12
1
-0
/
+7
*
timing: Add support for clock constraints
David Shah
2018-11-12
6
-4
/
+51
*
ecp5: EBR clocking fix
David Shah
2018-11-12
1
-5
/
+8
*
generic: Update arch to new timing API
David Shah
2018-11-12
2
-3
/
+18
*
ecp5: Update arch to new timing API
David Shah
2018-11-12
3
-17
/
+73
*
timing: Fix Fmax for clocks with mixed edge usage
David Shah
2018-11-12
1
-10
/
+11
*
archapi: Add getDelayFromNS to improve timing algorithm portability
David Shah
2018-11-12
3
-3
/
+13
*
timing: Fix handling of clock inputs
David Shah
2018-11-12
2
-12
/
+19
*
timing: Don't include false startpoints in async paths
David Shah
2018-11-12
1
-2
/
+8
*
timing: Improve Fmax output and print cross-clock paths
David Shah
2018-11-12
3
-54
/
+132
*
timing: Multiple clock analysis
David Shah
2018-11-12
2
-9
/
+31
*
Working on multi-clock analysis
David Shah
2018-11-12
4
-191
/
+276
*
timing: iCE40 Arch API changes for clocking info
David Shah
2018-11-12
4
-24
/
+77
*
Working on adding multiple domains to timing analysis
David Shah
2018-11-12
1
-33
/
+87
*
timing: Implementing parts of new timing API
David Shah
2018-11-12
2
-0
/
+96
*
timing: Working on a timing constraint API
David Shah
2018-11-12
2
-1
/
+105
*
Make zoom in/out always display content
Miodrag Milanovic
2018-11-12
1
-1
/
+1
*
Merge pull request #108 from dlharmon/master
Clifford Wolf
2018-11-12
1
-0
/
+4
|
\
|
*
Merge branch 'master' of github.com:YosysHQ/nextpnr
Darrell Harmon
2018-11-11
1
-1
/
+4
|
|
\
|
*
\
Merge branch 'master' of github.com:YosysHQ/nextpnr
Darrell Harmon
2018-11-11
10
-260
/
+360
|
|
\
\
|
*
|
|
better error message on failure to open JSON file
Darrell Harmon
2018-11-11
1
-0
/
+4
*
|
|
|
Merge pull request #111 from YosysHQ/issue106
David Shah
2018-11-11
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ice40: Don't set colbuf bits for 384
David Shah
2018-11-11
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
[timing] Fix combinational -> combinatorial
Eddie Hung
2018-11-11
1
-2
/
+2
*
|
|
Merge pull request #110 from YosysHQ/force_timing_continue
Eddie Hung
2018-11-11
1
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[timing] Better messaging for failed timing analysis, allow --force to
Eddie Hung
2018-11-11
1
-1
/
+4
|
/
/
*
|
ecp5: Fix 85k PLL_LR
David Shah
2018-11-11
1
-1
/
+2
*
|
Show wires in tree for ECP5 as well
Miodrag Milanovic
2018-11-11
1
-2
/
+7
*
|
multiple selection fix
Miodrag Milanovic
2018-11-11
1
-1
/
+14
*
|
Pip visible for all archs
Miodrag Milanovic
2018-11-11
1
-6
/
+6
*
|
Propagate proper ctx, fixes fetchMore
Miodrag Milanovic
2018-11-11
3
-13
/
+14
*
|
Sorted out zoomout, works for all now
Miodrag Milanovic
2018-11-11
2
-42
/
+12
*
|
show 4th tresllis_io in tile bounds
Miodrag Milanovic
2018-11-11
1
-1
/
+1
*
|
Merge pull request #93 from YosysHQ/gui_changes
Miodrag Milanović
2018-11-10
8
-215
/
+325
|
\
\
|
|
/
|
/
|
|
*
change to const auto&
Miodrag Milanovic
2018-10-30
1
-1
/
+1
|
*
Changes to cover issues from code review
Miodrag Milanovic
2018-10-29
2
-26
/
+25
|
*
fix unselect from tree
Miodrag Milanovic
2018-10-28
1
-4
/
+2
|
*
Fix keep selection on multiple trees
Miodrag Milanovic
2018-10-27
1
-8
/
+32
|
*
update properties based on move history
Miodrag Milanovic
2018-10-27
1
-17
/
+37
|
*
Update grid properly
Miodrag Milanovic
2018-10-27
2
-16
/
+28
|
*
clangformat
Miodrag Milanovic
2018-10-27
6
-56
/
+74
|
*
Cleanup
Miodrag Milanovic
2018-10-27
3
-30
/
+15
|
*
simplify and move arround
Miodrag Milanovic
2018-10-27
3
-85
/
+58
|
*
Split tree models and make other features work with it
Miodrag Milanovic
2018-10-27
4
-143
/
+221
|
*
fix grid dimensions for ice40
Miodrag Milanovic
2018-10-27
1
-2
/
+2
|
*
make grid cover device only, do not zoom in if there are no elements
Miodrag Milanovic
2018-10-27
1
-4
/
+7
*
|
Merge pull request #104 from YosysHQ/issue90
Eddie Hung
2018-11-08
1
-0
/
+6
|
\
\
|
*
|
[common] placer to produce error when >1 cell->bel constraint
Eddie Hung
2018-11-08
1
-0
/
+6
|
/
/
*
|
Fix method override in gui
Miodrag Milanovic
2018-11-05
3
-3
/
+3
*
|
ice40: Fix SPRAM and IO globals
David Shah
2018-11-04
1
-0
/
+4
[next]