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
...
|
*
|
Fix bug in ice40 chipdby.py add_wire() that moves some wires to X0/Y0
Clifford Wolf
2018-08-04
1
-3
/
+7
|
*
|
Add router1 cfg.useEstimate, improve getActualRouteDelay
Clifford Wolf
2018-08-04
3
-8
/
+31
|
*
|
Remove SVG functionality from ice40 main
Clifford Wolf
2018-08-04
1
-31
/
+0
|
*
|
Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm
Clifford Wolf
2018-08-04
22
-717
/
+720
|
|
\
\
|
*
|
|
Proper ice40 wire types
Clifford Wolf
2018-08-03
5
-57
/
+155
|
*
|
|
Add iCE40 pseudo-pips for lut permutation
Clifford Wolf
2018-08-03
6
-27
/
+157
*
|
|
|
Merge pull request #31 from eddiehung/slack_histogram
Eddie Hung
2018-08-05
4
-102
/
+148
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000)
Eddie Hung
2018-08-04
1
-3
/
+5
|
*
|
|
Revert "Be cognisant that delay_t could be a non-integer type (if so, truncat...
Eddie Hung
2018-08-04
1
-4
/
+4
|
*
|
|
Be cognisant that delay_t could be a non-integer type (if so, truncate to int...
Eddie Hung
2018-08-04
1
-4
/
+4
|
*
|
|
Merge branch 'master' into slack_histogram
Eddie Hung
2018-08-04
15
-26
/
+166
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
compile fix
Miodrag Milanovic
2018-08-04
1
-1
/
+1
*
|
|
|
Merge pull request #33 from YosysHQ/gui-ecp5
Miodrag Milanović
2018-08-04
15
-25
/
+165
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Utility calls static
Miodrag Milanovic
2018-08-04
2
-2
/
+2
|
*
|
|
Move ArchArgs to BaseWindow
Miodrag Milanovic
2018-08-04
7
-11
/
+7
|
*
|
|
Chip selection ui for ECP5
Miodrag Milanovic
2018-08-04
3
-2
/
+53
|
*
|
|
not needed anymore
Miodrag Milanovic
2018-08-04
1
-7
/
+0
|
*
|
|
add write bitstream
Miodrag Milanovic
2018-08-04
5
-2
/
+77
|
*
|
|
Unify interfaces for gui
Miodrag Milanovic
2018-08-03
8
-9
/
+34
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'master' into slack_histogram
Eddie Hung
2018-08-03
4
-16
/
+15
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #30 from eddiehung/slack_redist_freq
Eddie Hung
2018-08-03
4
-19
/
+18
|
\
\
\
|
*
\
\
Merge branch 'master' into slack_redist_freq
Eddie Hung
2018-08-03
21
-699
/
+704
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Auto frequency only if --freq 0 is set
Eddie Hung
2018-08-03
4
-19
/
+18
|
|
/
/
|
|
*
Merge branch 'master' into slack_histogram
Eddie Hung
2018-08-03
21
-699
/
+704
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #23 from daveshah1/use_placeconstr
David Shah
2018-08-04
20
-698
/
+699
|
\
\
\
|
*
|
|
place_common: Remove excessively verbose debugging
David Shah
2018-08-04
1
-13
/
+0
|
*
|
|
clangformat
David Shah
2018-08-04
5
-14
/
+14
|
*
|
|
Tidy up
David Shah
2018-08-04
3
-3
/
+2
|
*
|
|
Add constraint weight as a command line option
David Shah
2018-08-03
7
-8
/
+27
|
*
|
|
Add distance moved metrics, changing heuristics
David Shah
2018-08-03
2
-1
/
+31
|
*
|
|
placer1: Experiment with adding 'constraint distance' metric
David Shah
2018-08-03
1
-2
/
+11
|
*
|
|
place_common: Fixing accidental chain breakage
David Shah
2018-08-03
1
-4
/
+7
|
*
|
|
Adding constraint satisfaction checks for debugging
David Shah
2018-08-03
3
-9
/
+18
|
*
|
|
Fixing constraint placement bugs
David Shah
2018-08-03
5
-31
/
+56
|
*
|
|
place_common: Debugging bad relative constraint legalisation
David Shah
2018-08-03
1
-1
/
+31
|
*
|
|
Fixing relative constraint implementation
David Shah
2018-08-03
2
-1
/
+11
|
*
|
|
place_common: Relative constraints working for basic example
David Shah
2018-08-03
1
-11
/
+28
|
*
|
|
place_common: Fixing rel legaliser search bugs
David Shah
2018-08-03
1
-3
/
+3
|
*
|
|
Reworking packer and placer to use new generic rel legaliser
David Shah
2018-08-03
4
-10
/
+18
|
*
|
|
place_common.cc: Working on constraint legalisation
David Shah
2018-08-03
1
-13
/
+133
|
*
|
|
place_common: Helper functions for rel. constraints
David Shah
2018-08-03
2
-0
/
+126
|
*
|
|
Remove old place legaliser, set placement constraints instead (currently igno...
David Shah
2018-08-03
10
-679
/
+288
|
|
/
/
*
/
/
ice40: Add SB_GB timing to database
David Shah
2018-08-04
1
-1
/
+5
|
/
/
|
*
clangformat
Eddie Hung
2018-08-03
1
-14
/
+20
|
*
Add crude histogram feature, printed after placement and routing
Eddie Hung
2018-08-03
3
-5
/
+33
|
*
Remove space
Eddie Hung
2018-08-03
1
-1
/
+0
|
*
Refactor timing.cc into Timing class
Eddie Hung
2018-08-03
4
-102
/
+113
|
/
*
Merge pull request #21 from daveshah1/promote_logic_globals
Clifford Wolf
2018-08-03
1
-10
/
+40
|
\
|
*
ice40: Promote 'logic' globals as well as clock/enable/reset
David Shah
2018-08-03
1
-10
/
+40
*
|
Merge pull request #22 from YosysHQ/routethru
Clifford Wolf
2018-08-03
4
-15
/
+129
|
\
\
[prev]
[next]